From: Michael Prokop Date: Thu, 29 Oct 2009 12:15:11 +0000 (+0100) Subject: Fix posix violation in grml-live-remaster X-Git-Tag: v0.9.30~10 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f5b2bf83a696e5e9d625e867abd5a688ea56d5b2 Fix posix violation in grml-live-remaster --- diff --git a/debian/changelog b/debian/changelog index cbf874d..c1fcd09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ grml-live (0.9.30) UNRELEASED; urgency=low * Support new option '-d ' to use specified date as build date information on the ISO instead of the default. + * Fix posix violation in grml-live-remaster. - -- Michael Prokop Thu, 29 Oct 2009 11:02:18 +0100 + -- Michael Prokop Thu, 29 Oct 2009 13:14:52 +0100 grml-live (0.9.29) unstable; urgency=low diff --git a/remaster/grml-live-remaster b/remaster/grml-live-remaster index 69b8f04..456dbab 100755 --- a/remaster/grml-live-remaster +++ b/remaster/grml-live-remaster @@ -55,7 +55,7 @@ if [ x"$1" == x ]; then echo " first, because grml-live-remaster will need a lot ot RAM." echo "" echo "Please report bugs and feature requests: http://grml.org/bugs/" - exit -1 + exit 1 fi if [ ! -d /remaster ]; then