You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use '/usr/bin/env bash' instead of hardcoding '/bin/bash'.
This makes the scripts more portable by not making assumptions about
the location of the bash shell. `env' will search for bash in PATH.
Signed-off-by: Moritz Ulrich <[email protected]>
0 commit comments