Skip to content

Commit

Permalink
bash is not available everywhere. Use #!/usr/bin/env sh instead
Browse files Browse the repository at this point in the history
which should work on most posix platforms. Fixes OpenBSD.

Signed-off-by: Tobias Heider <me@tobhe.de>
  • Loading branch information
tobhe authored and marcan committed Nov 2, 2023
1 parent 0d5454e commit 33a7e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/makelogo.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33a7e35

Please sign in to comment.