]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-applypatch.sh
Big tool rename.
[thirdparty/git.git] / git-applypatch.sh
similarity index 98%
rename from git-applypatch
rename to git-applypatch.sh
index e5bc3c0a77bad0559a1717d3a090d7b3c5b06784..fd594ed4e48a1aee7f4e9c0a6bbb3a44f1bb2120 100755 (executable)
@@ -10,7 +10,7 @@
 ##     $3 - "info" file with Author, email and subject
 ##     $4 - optional file containing signoff to add
 ##
-. git-sh-setup-script || die "Not a git archive."
+. git-sh-setup || die "Not a git archive."
 
 final=.dotest/final-commit
 ##