Fix multi-leg promotions
[xboard.git] / po / lng2po.sh
index aa73656..2e034b9 100755 (executable)
@@ -2,7 +2,7 @@
 #  lng2po.sh -- translating .lng files to .po files for XBoard/Winboard,
 #               part of XBoard GNU project
 #
-#  Copyright 2011 Free Software Foundation, Inc.
+#  Copyright 2011, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
 #  ------------------------------------------------------------------------
 #
 #  GNU XBoard is free software: you can redistribute it and/or modify
@@ -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