mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-08-05 17:26:23 +08:00
fix-infrastructure-objects: Don't assume /bin/bash to be present
Unlike /bin/sh, /bin/bash is not mandated by POSIX and is not present on some platforms (e.g., NixOS). Use the bash in the user's PATH.
This commit is contained in:
parent
0528722284
commit
6c83de09ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue