ROMFS: change shebang from #!zsh to #!/bin/sh

This was required for shellsheck.
This commit is contained in:
Julian Oes
2018-12-18 09:26:22 +01:00
committed by Nuno Marques
parent d265aaab41
commit 3ebf030a02
105 changed files with 105 additions and 106 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!nsh
#!/bin/sh
#
# PX4IO interface init script.
#