From f5b2bf83a696e5e9d625e867abd5a688ea56d5b2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 29 Oct 2009 13:15:11 +0100 Subject: [PATCH 1/1] Fix posix violation in grml-live-remaster --- debian/changelog | 3 ++- remaster/grml-live-remaster | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.1.4