mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
mediatek: gen_mt7623_emmc_img.sh: use /bin/sh
Nothing here needs bash. Signed-off-by: Rosen Penev <rosenp@gmail.com> [add prefix to commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
c7382cccd8
commit
c0ca9f90a8
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
OUTPUT_FILE=$1
|
OUTPUT_FILE=$1
|
||||||
KERNEL_FILE=$2
|
KERNEL_FILE=$2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user