added 'squished on' phrase to file names.
[feisty_meow.git] / scripts / rev_control / getem.sh
index e8ff547f930d4a086369f6bb737dead2a71d3e4c..375f113537255bd89c30067ff408eeba5f2e46c9 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