From 772788a1834ec620d4bc9bd84d43a3079f0d648c Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Mon, 22 Apr 2019 18:59:58 +0200 Subject: [PATCH] windows tests: add missing shebang --- artiq/windows/run-test.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/windows/run-test.nix b/artiq/windows/run-test.nix index fe89ca8..4988d16 100644 --- a/artiq/windows/run-test.nix +++ b/artiq/windows/run-test.nix @@ -36,6 +36,7 @@ stdenv.mkDerivation { installPhase = '' mkdir -p $out/bin cat > $out/bin/run.sh << EOF + #!/usr/bin/env bash set -e -m # +1 day from last modification of the disk image