From: Jonathan Nieder Date: Mon, 25 Nov 2013 21:01:05 +0000 (-0800) Subject: git-gui: chmod +x po2msg, windows/git-gui.sh X-Git-Tag: gitgui-0.19.0~1 X-Git-Url: https://repo.or.cz/w/alt-git.git/commitdiff_plain/c64a0ad385d117c7a4a83771259e021dd196e7cb git-gui: chmod +x po2msg, windows/git-gui.sh The Makefile only runs po/po2msg.sh using tclsh, but because the script has the usual tcl preamble starting with #!/bin/sh it can also be run directly. The Windows git-gui wrapper is usable in-place for the same reason. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano Signed-off-by: Pat Thoyts --- diff --git a/po/po2msg.sh b/po/po2msg.sh old mode 100644 new mode 100755 diff --git a/windows/git-gui.sh b/windows/git-gui.sh old mode 100644 new mode 100755