Skip to content

Commit

Permalink
Merge pull request atom#2142 from aureliojargas/patch-1
Browse files Browse the repository at this point in the history
Remove unused 's' option from getopts
  • Loading branch information
Corey Johnson committed May 10, 2014
2 parents c81a673 + adf0ff0 commit dbe15f7
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 dbe15f7

Please sign in to comment.