Bug fixes

- when arguments containing spaces where passed, following options would
  be ignored
- love-release was not marked as executable
- fix typos
This commit is contained in:
Antonin Décimo
2014-09-06 11:51:41 +02:00
parent dccf390820
commit c076e59a1a
3 changed files with 4 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ do
PROJECT_FILES="$PROJECT_FILES $file"
done
set -- ${ARGS[@]}
set -- "${ARGS[@]}"
unset OPTIND
unset OPTOFS