Merge pull request #2142 from aureliojargas/patch-1

Remove unused 's' option from getopts
Esse commit está contido em:
Corey Johnson
2014-05-10 15:53:21 -07:00
+1 -1
Ver Arquivo
@@ -11,7 +11,7 @@ else
exit 1
fi
while getopts ":wtfvhs-:" opt; do
while getopts ":wtfvh-:" opt; do
case "$opt" in
-)
case "${OPTARG}" in