Conflicting options are now prefixed #8

This commit is contained in:
Antonin Décimo
2014-08-23 11:44:29 +02:00
parent fc063815fb
commit fd4e0195a7
8 changed files with 49 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ fi
# Options
while getoptex "$SCRIPT_ARGS" "$@"
do
if [ "$OPTOPT" = "icon" ]; then
if [ "$OPTOPT" = "win-icon" ]; then
PROJECT_ICO=$OPTARG
fi
done