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