diff --git a/cipd_bin_setup.sh b/cipd_bin_setup.sh index a36df7e38..8353335e2 100644 --- a/cipd_bin_setup.sh +++ b/cipd_bin_setup.sh @@ -15,8 +15,10 @@ function cipd_bin_setup { ;; esac - "$MYPATH/cipd" ensure \ + ( + source "$MYPATH/cipd" ensure \ -log-level warning \ -ensure-file "$ENSURE" \ -root "$ROOT" + ) }