Skip to content

Commit

Permalink
Remove unused 's' option from getopts
Browse files Browse the repository at this point in the history
This option is not handled by the next `case` command.
  • Loading branch information
aureliojargas committed May 10, 2014
1 parent c79ef04 commit adf0ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
exit 1
fi

while getopts ":wtfvhs-:" opt; do
while getopts ":wtfvh-:" opt; do
case "$opt" in
-)
case "${OPTARG}" in
Expand Down

0 comments on commit adf0ff0

Please sign in to comment.