Skip to content

Commit 5836ea5

Browse files
committed
Docker bash images use /usr/local/bin/bash
1 parent de64552 commit 5836ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-prefix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
if [[ $# != 2 ]]; then
33
echo >&2 "Usage $0 BASH_PROGRAM PREFIX"
44
exit 3

0 commit comments

Comments
 (0)