mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-03 13:42:06 +03:00
gensyms.sh: Explicitly use bash in shebang
This commit is contained in:
parent
1a7736b295
commit
ebcaf8dfa0
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user