added /usr/local as potential place to find repositories.
[feisty_meow.git] / scripts / rev_control / checkin.sh
index c5008149019df42b4a4905ea0893428692e26742..ed58906f270bf1d92c52f5e22c6b93145dbfb731 100644 (file)
@@ -9,7 +9,7 @@ echo "Committing repositories at: $(date)"
 
 if [ "$OS" != "Windows_NT" ]; then
   # first get individual folders.
-  checkin_list $HOME
+  checkin_list $HOME /usr/local
 else
   checkin_list $HOME c:/ d:/ e:/ 
 fi