Skip to content

Commit 33a7e35

Browse files
tobhemarcan
authored andcommitted
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>
1 parent 0d5454e commit 33a7e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/makelogo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/usr/bin/env sh
22
convert bootlogo_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin
33
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin

0 commit comments

Comments
 (0)