Make the update-common script push from the correct directory...
authorJan Schmidt <thaytan@noraisin.net>
Sun, 22 Feb 2009 17:35:28 +0000 (17:35 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 25 Feb 2009 11:27:23 +0000 (11:27 +0000)
update-common

index 41a808d..01ba418 100755 (executable)
@@ -58,7 +58,7 @@ done
 
 for module in $modules
 do
-  cd $topdir/$module
+  cd $dir/$module
   git push origin
 done
 rm -rf $dir