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

@@ -16,9 +16,9 @@ fi
# Options
while getoptex "$SCRIPT_ARGS" "$@"
do
if [ "$OPTOPT" = "icon" ]; then
if [ "$OPTOPT" = "osx-icon" ]; then
PROJECT_ICNS=$OPTARG
elif [ "$OPTOPT" = "maintainer-name" ]; then
elif [ "$OPTOPT" = "osx-maintainer-name" ]; then
MAINTAINER_NAME=$OPTARG
fi
done