From eb153a7ad9f77027e9b0ad1a330255b54dbdbc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 3 Nov 2016 21:18:33 +0100 Subject: [PATCH] Do not leak branch name from the windows script --- windows/build_insider.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/build_insider.sh b/windows/build_insider.sh index d5feb133..6d1fe7d0 100644 --- a/windows/build_insider.sh +++ b/windows/build_insider.sh @@ -19,6 +19,7 @@ git remote set-url origin git@github.com:cyplo/dotfiles.git set +e git pull set -e +unset branch export NOSUDO=true export DONT_CHANGE_SHELL=true