]> git.phdru.name Git - git-scripts.git/blobdiff - set-commit-date-recursive
Fix copy/paste bug
[git-scripts.git] / set-commit-date-recursive
index c8a2f0af3b7d4b95d1147c3ec27e177a274406a4..465f5fab4c36c7ca6e4c6f45b4d58a03b561e4b6 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 
-# Call set-commit-date on all submodules.
+# Call set-commit-date on the repo and all submodules
 
 prog_dir="`dirname \"$0\"`" &&
 
-"$prog_dir"/set-commit-date && \
-exec git submodule foreach "$prog_dir"/set-commit-date
+"$prog_dir"/set-commit-date.py && \
+exec git submodule foreach "$prog_dir"/set-commit-date.py