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


_______________________________________________
Initscripts-ng-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-commits

Reply via email to