update scripts
[lttv.git] / 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.023031 seconds and 4 git commands to generate.