bash is not available everywhere. Use #!/usr/bin/env sh instead

which should work on most posix platforms. Fixes OpenBSD.

Signed-off-by: Tobias Heider <me@tobhe.de>
This commit is contained in:
Tobias Heider 2023-10-23 20:29:24 +02:00 committed by Hector Martin
parent 0d5454e235
commit 33a7e35d81

View file

@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env sh
convert bootlogo_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin