Skip to content

Commit 0664ce1

Browse files
author
g_j_m
committed
Eliminate the need for create_qm_files.sh to be executable
git-svn-id: http://svn.osgeo.org/qgis/trunk@5899 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 199c785 commit 0664ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ i18n_SOURCES = \
4949
qgis_lv.ts \
5050
qgis_zh_CN.ts
5151
%.qm: %.ts
52-
cd ..; ./create_qm_files.sh
52+
cd ..; /bin/sh ./create_qm_files.sh
5353

5454
EXTRA_DIST = $(i18n_SOURCES)

0 commit comments

Comments
 (0)