brcm2708: gen_rpi_sdcard_img.sh: use /bin/sh
authorRosen Penev <rosenp@gmail.com>
Mon, 25 Nov 2019 22:44:58 +0000 (14:44 -0800)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 31 Dec 2019 00:24:31 +0000 (01:24 +0100)
Nothing here needs bash.

While at it, remove trailing whitespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[add prefix to commit title, add whitespace comment]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/brcm2708/image/gen_rpi_sdcard_img.sh

index 60b66c372475a0263a1cdbe3a624646c86e80eb5..5e8fb2769c41ee7a6ea08a93438498fa13574e88 100755 (executable)
@@ -1,6 +1,6 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
-set -x 
+set -x
 [ $# -eq 5 ] || {
     echo "SYNTAX: $0 <file> <bootfs image> <rootfs image> <bootfs size> <rootfs size>"
     exit 1