From 42325576f8d0f2cb7aaa98467f1a133cdf403cb1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 15:01:43 -0500 Subject: [PATCH] Fix last commit --- switch_all_submodules_to_head_and_clean | 2 -- 1 file changed, 2 deletions(-) diff --git a/switch_all_submodules_to_head_and_clean b/switch_all_submodules_to_head_and_clean index 15e1076..9620d51 100755 --- a/switch_all_submodules_to_head_and_clean +++ b/switch_all_submodules_to_head_and_clean @@ -15,8 +15,6 @@ if [[ $gituser == "" ]]; then fi THISSCRIPT=$(readlink -f $0) -echo "$THISSCRIPT" -exit 1 if [[ ! -e "$THISSCRIPT" ]]; then echo "Unable to find myself! Exiting..."