[Initscripts-ng-commits] r1055 - /trunk/src/insserv/debian/make-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu May 6 22:10:06 UTC 2010


Author: pere
Date: Thu May  6 22:10:06 2010
New Revision: 1055

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1055
Log:
Make sure variables are not expanded within the header in the test
suite.

Modified:
    trunk/src/insserv/debian/make-testsuite

Modified: trunk/src/insserv/debian/make-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/make-testsuite?rev=1055&op=diff
==============================================================================
--- trunk/src/insserv/debian/make-testsuite (original)
+++ trunk/src/insserv/debian/make-testsuite Thu May  6 22:10:06 2010
@@ -16,7 +16,7 @@
 	    README|rc|rcS|skeleton)
 	        ;;
 	    *)
-		echo "addscript $name <<EOF"
+		echo "addscript $name <<'EOF'"
 		sed -n -r '/^### BEGIN INIT INFO/, /END INIT INFO/p' < $f
 		echo "EOF"
 		echo




More information about the Initscripts-ng-commits mailing list