From 74e1d9fe15d3f36f00de068a028a68ccd5417936 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 11 May 2019 21:59:39 +0100 Subject: [PATCH] License: MIT Signed-off-by: Henrique Dias --- wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard.sh b/wizard.sh index a1867bcb..93c554f9 100755 --- a/wizard.sh +++ b/wizard.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -set -eo pipefail +set -e untracked="(untracked)" REPO=$(cd $(dirname $0); pwd)