test: commit.sh (NEW) a b c
    pawelz 
    pawelz at pld-linux.org
       
    Tue Apr 20 12:26:44 CEST 2010
    
    
  
Author: pawelz                       Date: Tue Apr 20 10:26:44 2010 GMT
Module: test                          Tag: HEAD
---- Log message:
a
b
c
---- Files affected:
test:
   commit.sh (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: test/commit.sh
diff -u /dev/null test/commit.sh:1.1
--- /dev/null	Tue Apr 20 12:26:44 2010
+++ test/commit.sh	Tue Apr 20 12:26:39 2010
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+LOG="a\nb\nc\n"
+
+cvs ci -m "$(printf $LOG)" $0
================================================================
    
    
More information about the pld-cvs-commit
mailing list