Skip to content

Commit

Permalink
Docker bash images use /usr/local/bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Dec 30, 2024
1 parent 4a8378c commit 3a5b364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-prefix.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ $# != 2 ]]; then
echo >&2 "Usage $0 BASH_PROGRAM PREFIX"
exit 3
Expand Down

0 comments on commit 3a5b364

Please sign in to comment.