Fix posix violation in grml-live-remaster
authorMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 12:15:11 +0000 (13:15 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 12:15:11 +0000 (13:15 +0100)
debian/changelog
remaster/grml-live-remaster

index cbf874d..c1fcd09 100644 (file)
@@ -2,8 +2,9 @@ grml-live (0.9.30) UNRELEASED; urgency=low
 
   * Support new option '-d <date>' to use specified date as build date
     information on the ISO instead of the default.
 
   * Support new option '-d <date>' to use specified date as build date
     information on the ISO instead of the default.
+  * Fix posix violation in grml-live-remaster.
 
 
- -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 11:02:18 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 13:14:52 +0100
 
 grml-live (0.9.29) unstable; urgency=low
 
 
 grml-live (0.9.29) unstable; urgency=low
 
index 69b8f04..456dbab 100755 (executable)
@@ -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/"
    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
 fi
 
 if [ ! -d /remaster ]; then