diff options
author | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-07-13 00:33:21 -0400 |
commit | bf8e254c435c972a7ab28700eab48a2b6ae79c57 (patch) | |
tree | f9712ff3e18a74291788a0fe5e42a295421895f6 /scripts/test-hsmcheck | |
parent | 8dc8f4c9cf7d1fc10cc110407a73f55909eeeb9d (diff) |
Whack all Python shebangs to Python 3
Diffstat (limited to 'scripts/test-hsmcheck')
-rwxr-xr-x | scripts/test-hsmcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-hsmcheck b/scripts/test-hsmcheck index cb2efce..f864ff5 100755 --- a/scripts/test-hsmcheck +++ b/scripts/test-hsmcheck @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Run the OpenDNSSEC libhsm/check/hsmcheck tool with Cryptech PKCS #11, |