mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-14 02:41:00 +00:00
rb532: gen_image.sh: use /bin/sh
Nothing here needs bash. Signed-off-by: Rosen Penev <rosenp@gmail.com> [slightly adjust commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
0713afd298
commit
4fb4cc537a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
OUTPUT="$1"
|
||||
KERNELSIZE="$2"
|
||||
KERNELIMAGE="$3"
|
||||
|
Loading…
Reference in New Issue
Block a user