From: Rudolf Polzer Date: Sun, 18 Jul 2010 15:18:15 +0000 (+0200) Subject: hard exit 1 if a "cd" failed :( X-Git-Tag: xonotic-v0.1.0preview~369 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=b730d3b2c80ed87a0e13353be2a35529ba37d278 hard exit 1 if a "cd" failed :( --- diff --git a/all b/all index 933a51b6..5f70b4a2 100755 --- a/all +++ b/all @@ -104,7 +104,7 @@ yesno() enter() { - $2 cd "$1" + $2 cd "$1" || exit 1 check_mergeconflict "$1" }