projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e12de
)
zynq: gen_zynq_sdcard_img.sh: switch to /bin/sh
author
Rosen Penev
<
[email protected]
>
Mon, 25 Nov 2019 22:44:49 +0000
(14:44 -0800)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/target/linux/zynq/image/gen_zynq_sdcard_img.sh
b/target/linux/zynq/image/gen_zynq_sdcard_img.sh
index 460a336e69cb0896ba81c4f6fe8179cef518c247..9afe18713efef373864eccb43c92a6b0df3f2e64 100755
(executable)
--- a/
target/linux/zynq/image/gen_zynq_sdcard_img.sh
+++ b/
target/linux/zynq/image/gen_zynq_sdcard_img.sh
@@
-1,4
+1,4
@@
-#!/
usr/bin/env ba
sh
+#!/
bin/
sh
set -ex
[ $# -eq 5 ] || {