From 4f14696c5aa9a10817022fcb4cbaa857e40a176b Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 9 May 2011 21:55:10 +0200 Subject: [PATCH] Adapt default directory of lng2po The path is prefixed with "../" to make it runable from the po directory. --- po/lng2po.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/lng2po.sh b/po/lng2po.sh index aa73656..f65e9e6 100755 --- 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 -- 1.7.0.4