mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
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:
@@ -196,7 +196,7 @@ do
|
||||
PROJECT_FILES="$PROJECT_FILES $file"
|
||||
done
|
||||
|
||||
set -- ${ARGS[@]}
|
||||
set -- "${ARGS[@]}"
|
||||
unset OPTIND
|
||||
unset OPTOFS
|
||||
|
||||
|
Reference in New Issue
Block a user