mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-09 17:03:42 +02: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
Reference in a new issue