git-gui: chmod +x po2msg, windows/git-gui.sh
commitc64a0ad385d117c7a4a83771259e021dd196e7cb
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 25 Nov 2013 21:01:05 +0000 (25 13:01 -0800)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 18 Jan 2014 17:06:41 +0000 (18 17:06 +0000)
tree9a4b72d1d913fcfafe809f48c6eeba3476e752ca
parent02f6cfbd1628d9e99a241d18d805f3842dc746e7
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
po/po2msg.sh [changed mode: 0644->0755]
windows/git-gui.sh [changed mode: 0644->0755]