[subversion-commit] SVN tetex commit + diffs: r499 - tex-common/trunk/scripts

Norbert Preining preining-guest at costa.debian.org
Sat Feb 11 17:22:14 UTC 2006


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




More information about the Pkg-tetex-commits mailing list