From c61f3a97b18ec01443440a4be55610929694020d Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Mon, 25 Nov 2013 13:00:10 -0800 Subject: [PATCH] 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 --- po/po2msg.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 po/po2msg.sh diff --git a/po/po2msg.sh b/po/po2msg.sh old mode 100644 new mode 100755 -- 2.11.4.GIT