diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-25 14:44:48 -0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-31 01:13:59 +0100 |
commit | b2e12de339f2a7bde8b41fba0e12b0b7f15b1d1e (patch) | |
tree | 9979ddfb1a487a53dad7cbff079744a9704b7ca5 | |
parent | 3f65fe5d62052747f08c5f661a2b7793e4510372 (diff) | |
download | upstream-b2e12de339f2a7bde8b41fba0e12b0b7f15b1d1e.tar.gz upstream-b2e12de339f2a7bde8b41fba0e12b0b7f15b1d1e.tar.bz2 upstream-b2e12de339f2a7bde8b41fba0e12b0b7f15b1d1e.zip |
mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh
There is nothing that needs bash anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[add prefix to commit title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
-rwxr-xr-x | target/linux/mvebu/image/gen_mvebu_sdcard_img.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh index 277c9377c1..842e591026 100755 --- a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh +++ b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Copyright (C) 2016 Josua Mayer # |