Author: preining-guest
Date: 2006-02-11 17:22:13 +0000 (Sat, 11 Feb 2006)
New Revision: 499

Modified:
   tex-common/trunk/scripts/postinst-tex
   tex-common/trunk/scripts/postrm-tex
Log:
don't use `' in post{inst,rm}-tex, too


Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex       2006-02-11 11:37:00 UTC (rev 
498)
+++ tex-common/trunk/scripts/postinst-tex       2006-02-11 17:22:13 UTC (rev 
499)
@@ -106,7 +106,7 @@
     ;;
 
     *)
-        echo "postinst called with unknown argument \`$1'" >&2
+        echo "postinst called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac

Modified: tex-common/trunk/scripts/postrm-tex
===================================================================
--- tex-common/trunk/scripts/postrm-tex 2006-02-11 11:37:00 UTC (rev 498)
+++ tex-common/trunk/scripts/postrm-tex 2006-02-11 17:22:13 UTC (rev 499)
@@ -97,7 +97,7 @@
     ;;
 
     *)
-        echo "postrm called with unknown argument \`$1'" >&2
+        echo "postrm called with unknown argument '$1'" >&2
         exit 1
     ;;
 esac


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to