Explorar el Código

zynq: gen_zynq_sdcard_img.sh: switch to /bin/sh

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]>
Rosen Penev hace 6 años
padre
commit
3c8d95209f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/zynq/image/gen_zynq_sdcard_img.sh

+ 1 - 1
target/linux/zynq/image/gen_zynq_sdcard_img.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 set -ex
 [ $# -eq 5 ] || {