test: commit.sh a b b c c d
pawelz
pawelz at pld-linux.org
Tue Apr 20 13:20:29 CEST 2010
Author: pawelz Date: Tue Apr 20 11:20:28 2010 GMT
Module: test Tag: HEAD
---- Log message:
a b
b c
c d
---- Files affected:
test:
commit.sh (1.4 -> 1.5)
---- Diffs:
================================================================
Index: test/commit.sh
diff -u test/commit.sh:1.4 test/commit.sh:1.5
--- test/commit.sh:1.4 Tue Apr 20 13:03:26 2010
+++ test/commit.sh Tue Apr 20 13:20:23 2010
@@ -2,4 +2,4 @@
LOG="a b\nb c\nc d\n"
-cvs ci -m "$LOG" $0
+cvs ci -m "$(printf "$LOG")" $0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/test/commit.sh?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list