cleaning some cruft out
[feisty_meow.git] / scripts / rev_control / checkin.sh
index c5008149019df42b4a4905ea0893428692e26742..965e67ad0b137a00728ae23ed98ce8610d492299 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# checks in all the folders present in the REPOSITORY_LIST variable.
+# checkin: checks in all the folders present in the REPOSITORY_LIST variable.
 
 source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
@@ -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