update scripts
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 4 Oct 2006 18:46:45 +0000 (18:46 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 4 Oct 2006 18:46:45 +0000 (18:46 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2175 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index 6222fa4c9b6566fb16d335722ca7b77795bcab10..2259840712991295bb6e3e4e1df8dd5b40af3845 100755 (executable)
@@ -32,7 +32,7 @@ for a in *; do
        grep -v -e "^diff --git " -e "^new file mode " -e "^index " $a.tmp > $a
        rm $a.tmp;
 done
-exit
+
 FILE=../${PRENAME}${COUNT}${NAME}-debugfs.diff
 COUNT=$(( ${COUNT} + 1 ))
 
This page took 0.023276 seconds and 4 git commands to generate.