projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
045a16c
)
Adapt default directory of lng2po
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 9 May 2011 19:55:10 +0000 (21:55 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 9 May 2011 19:55:10 +0000 (21:55 +0200)
The path is prefixed with "../" to make it runable from the po directory.
po/lng2po.sh
patch
|
blob
|
history
diff --git
a/po/lng2po.sh
b/po/lng2po.sh
index
aa73656
..
f65e9e6
100755
(executable)
--- a/
po/lng2po.sh
+++ b/
po/lng2po.sh
@@
-74,8
+74,8
@@
else
fi
fi
-if [ -e winboard/language/$INPUT ]; then
- INPUT=winboard/language/$INPUT
+if [ -e ../winboard/language/$INPUT ]; then
+ INPUT=../winboard/language/$INPUT
fi
if [ -e $INPUT ]; then