Fix some shebangs to make the beasties happy

This commit is contained in:
R Tyler Croy 2020-11-20 19:57:31 -08:00
parent 92d7657414
commit b2011e85e1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
INVOCATION_FILE=tmp_archivetest_invocation_file.json

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
INVOCATION_FILE=tmp_archivetest_invocation_file.json

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
INVOCATION_FILE=$PWD/tmp_gittest_invocation_file.json