vdr/vdr/debian vdr-shutdown

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 11 Oct 2004 18:14:25 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv16035

Modified Files:
	vdr-shutdown 
Log Message:
fixed small bug in shutdown script (abort messages did not display correctly)

Index: vdr-shutdown
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr-shutdown,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vdr-shutdown	2 Oct 2004 18:14:31 -0000	1.4
+++ vdr-shutdown	11 Oct 2004 18:14:23 -0000	1.5
@@ -39,7 +39,7 @@
     if [ $result -ne 0 ] ; then 
 	$log "Shutdown aborted by $shutdownhook with exitcode $result"
 	osdmsg "Shutdown abgebrochen / Shutdown aborted!" &
-	[ -z $ABORT_MESSAGE ] || osdmsg $ABORT_MESSAGE &
+	[ -z $ABORT_MESSAGE ] || osdmsg "$ABORT_MESSAGE" &
 	exit $result
     fi