ffbuild/libversion.sh: add shebang
The implicit interpreter is dependent on the environment, and isn't guaranteed to be /bin/sh. Some packagers call this script directly, and in certain environments such as containers using qemu-user through binfmt_misc emulation on Linux it doesn't fallback to /bin/sh. To fix these cases we add the interpreter explicitly. Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
parent
3090106635
commit
fcfd17dbb4
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
toupper(){
|
toupper(){
|
||||||
echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user