From 2905b067e5c69eb555b8a7554424322d4d252540 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 29 Jan 2013 09:47:47 +0100 Subject: [PATCH] fixed typo --- npa/test_vicc_with_npa-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npa/test_vicc_with_npa-tool.sh b/npa/test_vicc_with_npa-tool.sh index b4431fe..e60496d 100755 --- a/npa/test_vicc_with_npa-tool.sh +++ b/npa/test_vicc_with_npa-tool.sh @@ -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