From: Ian Jackson Date: Sun, 22 Aug 2010 21:57:26 +0000 (+0100) Subject: actually bomb out if the control panel does X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=bed9e01d9c7112072a6ec4302f93c4c1e8e6cf82;ds=sidebyside actually bomb out if the control panel does --- diff --git a/jpctb b/jpctb index ee1482a..c4f2b6e 100755 --- a/jpctb +++ b/jpctb @@ -154,7 +154,7 @@ set -e case $rc in 0) echo "launcher dialogue closed, quitting"; exit 0 ;; 12) ;; -*) echo >&2 "control panel failed with exit status $rc" ;; +*) echo >&2 "control panel failed with exit status $rc"; exit "$rc" ;; esac