Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
e453731f
Commit
e453731f
authored
Nov 14, 2019
by
Péter HÉJA
Committed by
Marc Cornellà
Nov 14, 2019
Browse files
osx: fix exit on unknown command in spotify function (#8375)
parent
24d83d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/osx/spotify
View file @
e453731f
...
@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
...
@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
break
;;
break
;;
*
)
*
)
showHelp
;
showHelp
;
exit
1
;
break
;
esac
esac
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment