From bfe22ec1b8189f29e76c1b1db3f9b9df57dcd5b4 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Thu, 27 Oct 2022 11:54:17 +0200 Subject: [PATCH] opgpcard: Make shebang system independent --- tools/cargo-test-in-docker | 2 +- tools/subplot/test-in-docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cargo-test-in-docker b/tools/cargo-test-in-docker index 945294f..e442984 100755 --- a/tools/cargo-test-in-docker +++ b/tools/cargo-test-in-docker @@ -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 diff --git a/tools/subplot/test-in-docker.sh b/tools/subplot/test-in-docker.sh index 13bf2e1..c24ae9a 100755 --- a/tools/subplot/test-in-docker.sh +++ b/tools/subplot/test-in-docker.sh @@ -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