From: compudj Date: Wed, 4 Oct 2006 18:46:45 +0000 (+0000) Subject: update scripts X-Git-Tag: v0.12.20~1314 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=d21785c00c01e4b0020c1d37f09773eda9be1f16 update scripts git-svn-id: http://ltt.polymtl.ca/svn@2175 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index 6222fa4c..22598407 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -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 ))