[Debian-live-changes] r1806 - dists/trunk/live-helper/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Sun May 27 18:51:01 UTC 2007


Author: daniel
Date: 2007-05-27 18:51:01 +0000 (Sun, 27 May 2007)
New Revision: 1806

Modified:
   dists/trunk/live-helper/debian/postrm
Log:


Modified: dists/trunk/live-helper/debian/postrm
===================================================================
--- dists/trunk/live-helper/debian/postrm	2007-05-27 18:49:49 UTC (rev 1805)
+++ dists/trunk/live-helper/debian/postrm	2007-05-27 18:51:01 UTC (rev 1806)
@@ -2,7 +2,7 @@
 
 set -e
 
-case "$1" in
+case "${1}" in
 	purge)
 		rm -f /var/log/live*
 		;;
@@ -12,7 +12,7 @@
 		;;
 
 	*)
-		echo "postrm called with unknown argument \`$1'" >&2
+		echo "postrm called with unknown argument \`${1}'" >&2
 		exit 1
 		;;
 esac




More information about the Debian-live-changes mailing list