Merge pull request #2142 from aureliojargas/patch-1

Remove unused 's' option from getopts
This commit is contained in:
Corey Johnson
2014-05-10 15:53:21 -07:00

View File

@@ -11,7 +11,7 @@ else
exit 1
fi
while getopts ":wtfvhs-:" opt; do
while getopts ":wtfvh-:" opt; do
case "$opt" in
-)
case "${OPTARG}" in