Use fink/darwinport paths for OSX
[gitweb.git] / git-format-patch.sh
index 5b93ff80a06f385c11cdaa6b5a41eaee5ae9cbc1..b43ba3909c200b84e23d678408a0bf876fd3f3c6 100755 (executable)
@@ -101,7 +101,7 @@ case "$#,$1" in
        ;;
 1,?*..)
        # single "rev1.." should mean "rev1..HEAD"
-       set x "$1"HEAD"
+       set x "$1"HEAD
        shift
        ;;
 1,*)