From: Jonathan Nieder Date: Mon, 25 Nov 2013 21:00:10 +0000 (-0800) Subject: gitk: chmod +x po2msg.sh X-Git-Tag: v1.9-rc1~28^2~3 X-Git-Url: https://repo.or.cz/w/alt-git.git/commitdiff_plain/c61f3a97b18ec01443440a4be55610929694020d gitk: chmod +x po2msg.sh The Makefile only runs it using tclsh, but because the fallback po2msg script has the usual tcl preamble starting with #!/bin/sh it can also be run directly. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano Signed-off-by: Paul Mackerras --- diff --git a/po/po2msg.sh b/po/po2msg.sh old mode 100644 new mode 100755