zynq: gen_zynq_sdcard_img.sh: switch to /bin/sh
authorRosen Penev <[email protected]>
Mon, 25 Nov 2019 22:44:49 +0000 (14:44 -0800)
committerAdrian Schmutzler <[email protected]>
Tue, 31 Dec 2019 00:14:48 +0000 (01:14 +0100)
This has nothing that needs bash.

Signed-off-by: Rosen Penev <[email protected]>
[add prefix to commit title]
Signed-off-by: Adrian Schmutzler <[email protected]>
target/linux/zynq/image/gen_zynq_sdcard_img.sh

index 460a336e69cb0896ba81c4f6fe8179cef518c247..9afe18713efef373864eccb43c92a6b0df3f2e64 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 set -ex
 [ $# -eq 5 ] || {