mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
zynq: gen_zynq_sdcard_img.sh: switch to /bin/sh
This has nothing that needs bash. Signed-off-by: Rosen Penev <rosenp@gmail.com> [add prefix to commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
b2e12de339
commit
3c8d95209f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
[ $# -eq 5 ] || {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue