opgpcard: Make shebang system independent

This commit is contained in:
Nora Widdecke 2022-10-27 11:54:17 +02:00
parent f0d6d4b1d2
commit bfe22ec1b8
No known key found for this signature in database
GPG key ID: 2D4111B31DBB99B6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Run this to run opgpcard (tools directory) test suite inside a
# Docker container with a virtual smartcard running. The test suite

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Run "cargo test" inside a Docker container with virtual cards
# installed and running. This will allow at least rudimentary testing