Project

General

Profile

Feature #698 ยป 0065-generate_langstat.sh-Drop-x-prefixing.patch

Marko Lindqvist, 06/02/2024 11:58 AM

View differences:

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
    (1-1/1)