[Freeciv-Dev] Re: Problems using the convert_png script
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Daniel Markstedt wrote:
I'm trying to generate png flags, but running the convert_png script
produce the error:
rm: illegal option -- 1
usage: rm [-f | -i] [-dPRrvW] file ...
Tried on OSX 10.3.9
How are you running it? Maybe it should use /bin/bash instead of
/bin/sh (see line 0 of the script).
Flag file names shouldn't have spaces or begin with a dash or it will
break the script (the former is fixable, the latter...not easily).
Run the program as
./convert_png wales.svg
./convert_png *.svg
-jason
|
|