summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 15:01:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 15:01:43 -0500
commit42325576f8d0f2cb7aaa98467f1a133cdf403cb1 (patch)
tree4cd92e6619a46a46223cd3424ac29ce39cebff9a
parent88dfc651d599bdfe4f900d08f5dc95d2f0725b99 (diff)
downloadscripts-42325576f8d0f2cb7aaa98467f1a133cdf403cb1.tar.gz
scripts-42325576f8d0f2cb7aaa98467f1a133cdf403cb1.zip
Fix last commit
-rwxr-xr-xswitch_all_submodules_to_head_and_clean2
1 files changed, 0 insertions, 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..."