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://git.lorimer.id.au/gitweb.git/diff_plain/c61f3a97b18ec01443440a4be55610929694020d?ds=inline;hp=--cc 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 --- c61f3a97b18ec01443440a4be55610929694020d diff --git a/po/po2msg.sh b/po/po2msg.sh old mode 100644 new mode 100755