]> git.proxmox.com Git - swtpm.git/commitdiff
samples: Fix a typo
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 24 Oct 2018 13:16:16 +0000 (09:16 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 25 Oct 2018 14:32:36 +0000 (10:32 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
samples/swtpm-create-tpmca

index b8352a7a67a63e794868ea90150fb0668a38e6b9..00f1f5db9381a8342a24472f69d404dbbb7ab94d 100755 (executable)
@@ -318,7 +318,7 @@ main() {
                        ;;
                --tss-tcsd-port)
                        shift
-                       TSS_TCSD_PORT="$2"
+                       TSS_TCSD_PORT="$1"
                        ;;
                --help|-h|-?)
                        usage "$0"