From 8d723ff13bdbfacff2ae2f1847512bdec36bbd55 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2008 01:52:25 +0100 Subject: [PATCH] do not set -e while testing --- mrsetup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mrsetup b/mrsetup index c71695c..275ec3a 100755 --- a/mrsetup +++ b/mrsetup @@ -5,7 +5,7 @@ # Copyright © 2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -set -eu +set -u MY_GIT_SERVER=git.madduck.net MY_GIT_REPOS='~/git' @@ -101,6 +101,7 @@ else git add .mrconfig git commit -m'initial checkin' git push --all + echo fi [ -f "$0" ] && rm $0 || : -- 2.39.2