diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 15:01:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 15:01:43 -0500 |
commit | 42325576f8d0f2cb7aaa98467f1a133cdf403cb1 (patch) | |
tree | 4cd92e6619a46a46223cd3424ac29ce39cebff9a | |
parent | 88dfc651d599bdfe4f900d08f5dc95d2f0725b99 (diff) | |
download | scripts-42325576f8d0f2cb7aaa98467f1a133cdf403cb1.tar.gz scripts-42325576f8d0f2cb7aaa98467f1a133cdf403cb1.zip |
Fix last commit
-rwxr-xr-x | switch_all_submodules_to_head_and_clean | 2 |
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..." |