- accept option -T

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1330 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-08-05 10:34:04 +00:00
parent ce2ed80bfa
commit 67d6167259
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ while [ $# -gt 0 ]; do
--reader)
options="$options $opt $1"
shift;;
--*) options="$options $opt";;
-*) options="$options $opt";;
*) scripts="$scripts $opt";;
esac
done