From d96c126fe2615d6b7469daf6542a87aeb1803beb Mon Sep 17 00:00:00 2001 From: Aleksandr Shushkov Date: Mon, 6 Dec 2021 21:15:47 +0300 Subject: [PATCH] Fix adding all paths --- xcode/aux_scripts/install_env.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xcode/aux_scripts/install_env.sh b/xcode/aux_scripts/install_env.sh index 8f4c6ef..2b6feec 100644 --- a/xcode/aux_scripts/install_env.sh +++ b/xcode/aux_scripts/install_env.sh @@ -24,11 +24,9 @@ function source_home_file { do eval "$export_command" done <<< "$export_commands" - else - return 1 fi - return 0 + return 1 } # Use specific exec due to Xcode has custom value of $PATH