fixed typo

This commit is contained in:
Frank Morgner
2013-01-29 09:47:47 +01:00
parent 6947ccb8be
commit 2905b067e5

View File

@@ -24,7 +24,7 @@ then
VICC=../virtualsmartcard/src/vpicc/vicc
elif test -n "`which vicc`"
then
VICC=VICC
VICC=vicc
else
echo "vicc not found"
exit 1