From: Rosen Penev Date: Mon, 25 Nov 2019 22:44:58 +0000 (-0800) Subject: brcm2708: gen_rpi_sdcard_img.sh: use /bin/sh X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=de8e51c06f598f35ad5ad4739e65028462c6540e;p=openwrt%2Fstaging%2Fnoltari.git brcm2708: gen_rpi_sdcard_img.sh: use /bin/sh Nothing here needs bash. While at it, remove trailing whitespace. Signed-off-by: Rosen Penev [add prefix to commit title, add whitespace comment] Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/brcm2708/image/gen_rpi_sdcard_img.sh b/target/linux/brcm2708/image/gen_rpi_sdcard_img.sh index 60b66c3724..5e8fb2769c 100755 --- a/target/linux/brcm2708/image/gen_rpi_sdcard_img.sh +++ b/target/linux/brcm2708/image/gen_rpi_sdcard_img.sh @@ -1,6 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh -set -x +set -x [ $# -eq 5 ] || { echo "SYNTAX: $0 " exit 1