diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-06-10 14:52:53 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-06-11 11:46:43 +0200 |
commit | e1e9a6d3198516e9924068b4fab0d4df070a76a5 (patch) | |
tree | 68b2689834222e6d957f96afd26420b58a92fd74 /po | |
parent | 2509f0af5217bd7186ded2cd55f82b30a7db4fc6 (diff) | |
download | logdiag-e1e9a6d3198516e9924068b4fab0d4df070a76a5.tar.gz logdiag-e1e9a6d3198516e9924068b4fab0d4df070a76a5.tar.xz logdiag-e1e9a6d3198516e9924068b4fab0d4df070a76a5.zip |
Fix make-template.sh.
It needs the bash shell interpreter to run.
Diffstat (limited to 'po')
-rwxr-xr-x | po/make-template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |