Skip to content

Commit 2fd06fb

Browse files
authored
tools: use env instead of hardcoding /bin/bash (sourcegraph#4121)
/bin/bash can be old. Additionally not all systems have /bin/bash, for example on my NixOS box. Test Plan: ran the script.
1 parent 93b2455 commit 2fd06fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-docker-tags.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

33
set -e
44

0 commit comments

Comments
 (0)