X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=06a8d26945a679b06438308ceb96c69cd76c43db;hb=f25b79397c9775df9eeef3d59d0cc3b1f913bc60;hp=03df1433ef12014584f23f16e65124c219c2f466;hpb=0825de892f1796e6ca6ac81e0af10f6c136a9f1d;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 03df1433e..06a8d2694 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -13,7 +13,7 @@ git bisect log show bisect log.' . git-sh-setup sq() { - perl -e ' + @@PERL@@ -e ' for (@ARGV) { s/'\''/'\'\\\\\'\''/g; print " '\''$_'\''";