From f0789b732f91c8a18ef33267cd6c84ee2c6cbb17 Mon Sep 17 00:00:00 2001 From: Peter Nerlich <pn21fere@stud.hszg.de> Date: Mon, 3 Jan 2022 17:05:03 +0000 Subject: [PATCH] don't stall because of git prompt --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index e93253a..75c960a 100755 --- a/update.sh +++ b/update.sh @@ -4,6 +4,8 @@ target="${1:-master}" echo "reset target is $target" +GIT_TERMINAL_PROMPT=0 + # update meta repo git fetch origin "$target" # use the latest commit on master, discard any local changes -- GitLab