removed debugging
[feisty_meow.git] / scripts / rev_control / getem.sh
index e8ff547f930d4a086369f6bb737dead2a71d3e4c..06e9f95f30db2ed2c03782cec30e448692b8fc58 100644 (file)
@@ -36,7 +36,7 @@ echo "Getting repositories at: $(date)"
 
 # perform the checkouts as appropriate per OS.
 if [ "$OS" != "Windows_NT" ]; then
-  checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK"
+  checkout_list $HOME /usr/local 2>&1 | tee -a "$TMPO_CHK"
 else
   checkout_list $HOME c:/ d:/ e:/ 2>&1 | tee -a "$TMPO_CHK"
 fi
@@ -44,7 +44,7 @@ fi
 ##############
 
 # we now regenerate the scripts after getme, to ensure it's done automatically.
-bash "$FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh"
+bash "$FEISTY_MEOW_SCRIPTS/core/reconfigure_feisty_meow.sh"
 perl "$FEISTY_MEOW_SCRIPTS/core/generate_aliases.pl"
 echo
 nechung