vdr/vdr/debian vdr-shutdown

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Fri, 22 Oct 2004 10:30:31 +0000


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

Modified Files:
	vdr-shutdown 
Log Message:
small fix

Index: vdr-shutdown
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr-shutdown,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vdr-shutdown	11 Oct 2004 18:14:23 -0000	1.5
+++ vdr-shutdown	22 Oct 2004 10:30:28 -0000	1.6
@@ -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