Skip to content

Commit 0538b45

Browse files
authored
switch to /usr/bin/env bash to osx people (#88)
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 42d00c1 commit 0538b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export-dynamic/export-dynamic.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
errors=()
44
images=()

0 commit comments

Comments
 (0)