#!/bin/bash -> #!/usr/bin/env bash (#1216)

This commit is contained in:
Rangi
2023-11-04 18:37:34 -04:00
committed by GitHub
parent 46e67ee078
commit 99727cbe99
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
install -d /usr/local/bin/ /usr/local/share/man/man1/ /usr/local/share/man/man5/ /usr/local/share/man/man7/
install -s -m 755 rgbasm rgblink rgbfix rgbgfx /usr/local/bin/
install -m 644 rgbasm.1 rgblink.1 rgbfix.1 rgbgfx.1 /usr/local/share/man/man1/

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
case "${1%-*}" in

View File

@@ -1,5 +1,4 @@
#!/bin/sh
set -e
pngver=1.6.37