mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
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:
parent
0d5454e235
commit
33a7e35d81
1 changed files with 1 additions and 1 deletions
|
@ -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_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin
|
||||||
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin
|
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin
|
||||||
|
|
Loading…
Reference in a new issue