aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@google.com>2013-03-13 13:54:46 -0700
committerBrian Harring <ferringb@google.com>2013-03-13 13:54:46 -0700
commitf364039bbd9ff5c00f62e8142c579f7f34e5e6e8 (patch)
treef4cb2d6fa6edd6b6dde8ea3822466c5f848edf3f
parentstandardize on --fast instead of --full (diff)
downloadgit-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.tar.gz
git-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.tar.bz2
git-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.zip
add missing create-git.sh run from the slow pathway
-rwxr-xr-xscript.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.sh b/script.sh
index b413d96..3159aa2 100755
--- a/script.sh
+++ b/script.sh
@@ -20,5 +20,5 @@ fast=false
if [ "$1" == --fast ]; then
f 300 300> >(time ./create-git.sh --fast)
else
- f
+ f && ./create-git.sh
fi