Feature #698 ยป 0065-generate_langstat.sh-Drop-x-prefixing.patch
| bootstrap/generate_langstat.sh | ||
|---|---|---|
|
#
|
||
|
#***********************************************************************/
|
||
|
if test "x$1" = "x-h" || test "x$1" = "x--help" || test "x$1" = "x" ; then
|
||
|
if test "$1" = "-h" || test "$1" = "--help" || test "$1" = "" ; then
|
||
|
echo "Usage: $(basename $0) <translation domain> <freeciv source root> <freeciv build>"
|
||
|
exit
|
||
|
fi
|
||