Skip to content

Commit

Permalink
mediatek: gen_mt7623_emmc_img.sh: use /bin/sh
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neheb authored and adschm committed Dec 31, 2019
1 parent c7382cc commit c0ca9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/mediatek/image/gen_mt7623_emmc_img.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

OUTPUT_FILE=$1
KERNEL_FILE=$2
Expand Down

0 comments on commit c0ca9f9

Please sign in to comment.