1
0
mirror of synced 2026-04-15 17:50:00 +00:00

Merge pull request #3489 from hzeller/20220924-fix-hardcoded-bin-bash

Fix hard-coded path to /bin/bash -> /usr/bin/env bash
This commit is contained in:
Miodrag Milanović
2022-09-26 07:53:32 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
help() {
{