From d7edf6c58ae955a301761a37f354437f2124c6b8 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Mon, 19 Feb 2018 09:43:33 +0100 Subject: [PATCH] fix e606b795d --- scripts/update_ts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_ts.sh b/scripts/update_ts.sh index 0009ecd7c0c..c3cae2f2178 100755 --- a/scripts/update_ts.sh +++ b/scripts/update_ts.sh @@ -102,6 +102,8 @@ if [ -d "$2" ]; then elif [ "$action" != "pull" ]; then echo Build directory not found exit 1 +else + shift fi trap cleanup EXIT