From e1e9a6d3198516e9924068b4fab0d4df070a76a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 10 Jun 2011 14:52:53 +0200 Subject: Fix make-template.sh. It needs the bash shell interpreter to run. --- po/make-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/make-template.sh b/po/make-template.sh index 272c583..d966911 100755 --- a/po/make-template.sh +++ b/po/make-template.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script makes a translation template # The reason for this not being inside CMakeLists.txt # is that the translator should not need to run -- cgit v1.2.3