Skip to content

Commit 08cec2e

Browse files
committed
[fix] : Fixed array
1 parent 08d2116 commit 08cec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fascode-gtk-bookmarks/fascode-gtk-bookmarks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ restore(){
257257
# Argument analysis and processing
258258
ARGUMENT=("${@}")
259259
OPTS=("f" "h" "s")
260-
OPTL="force,help,fascodelive,t-mart,takebayashi,simulation,alterlive,bakdir:"
260+
OPTL=("force" "help" "fascodelive" "t-mart" "takebayashi" "simulation" "alterlive" "bakdir:")
261261
if ! OPT=$(getopt -o "$(printf "%s," "${OPTS[@]}")" -l "$(printf "%s," "${OPTL[@]}")" -- "${ARGUMENT[@]}"); then
262262
exit 1
263263
fi

0 commit comments

Comments
 (0)