Skip to content

Commit

Permalink
[fix] : Fixed array
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed May 5, 2021
1 parent 08d2116 commit 08cec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fascode-gtk-bookmarks/fascode-gtk-bookmarks
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ restore(){
# Argument analysis and processing
ARGUMENT=("${@}")
OPTS=("f" "h" "s")
OPTL="force,help,fascodelive,t-mart,takebayashi,simulation,alterlive,bakdir:"
OPTL=("force" "help" "fascodelive" "t-mart" "takebayashi" "simulation" "alterlive" "bakdir:")
if ! OPT=$(getopt -o "$(printf "%s," "${OPTS[@]}")" -l "$(printf "%s," "${OPTL[@]}")" -- "${ARGUMENT[@]}"); then
exit 1
fi
Expand Down

0 comments on commit 08cec2e

Please sign in to comment.