From d21785c00c01e4b0020c1d37f09773eda9be1f16 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 4 Oct 2006 18:46:45 +0000 Subject: [PATCH] update scripts git-svn-id: http://ltt.polymtl.ca/svn@2175 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/lttng-6-split-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) -- 2.34.1