From: Ludwig Nussel Date: Thu, 1 Apr 2010 13:48:52 +0000 (+0200) Subject: print warning if halt -f -p doesn't work X-Git-Tag: obs_2.0~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=015def6d4666b696a646f547c50ab86f1e2177bf;p=tools%2Fobs-build.git print warning if halt -f -p doesn't work --- diff --git a/build b/build index ad8f3be..bbdfad0 100755 --- a/build +++ b/build @@ -254,6 +254,7 @@ cleanup_and_exit () { test -e /proc/sysrq-trigger && echo o > /proc/sysrq-trigger fi halt -f -p + echo "wtf? I'm still alive. File a bug as I wanted to die!" fi else umount -n $BUILD_ROOT/proc/sys/fs/binfmt_misc 2> /dev/null || true