[Forensics-changes] [SCM] Forensics related utilities branch, debian, updated. debian/1.18-2-8-g07c9697

Daniel Baumann daniel at debian.org
Thu May 28 21:03:48 UTC 2009


The following commit has been merged in the debian branch:
commit c2982f0ec2b1f208a16b4959aff78920fbbf8160
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 22:55:07 2009 +0200

    Unifing code style for variables in tct.postrm.

diff --git a/debian/tct.postrm b/debian/tct.postrm
index 909ce78..9703073 100644
--- a/debian/tct.postrm
+++ b/debian/tct.postrm
@@ -16,7 +16,7 @@ case "${1}" in
 		;;
 
 	*)
-		echo "postrm called with unknown argument \`$1'" >&2
+		echo "postrm called with unknown argument \`${1}'" >&2
 		exit 1
 		;;
 esac

-- 
Forensics related utilities



More information about the forensics-changes mailing list