diff options
Diffstat (limited to 'lang_client')
-rwxr-xr-x | lang_client/createpots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang_client/createpots.sh b/lang_client/createpots.sh index 5875fb8..6b93fa1 100755 --- a/lang_client/createpots.sh +++ b/lang_client/createpots.sh @@ -1,7 +1,7 @@ #!/bin/bash function its { - itstool -o ../../privtools/lang_client/pot/$1.pot $1.xml + itstool -o ../../evol-tools/lang_client/pot/$1.pot $1.xml } DIR=`pwd` |