mirror of https://github.com/hak5/openwrt.git
scripts/arm-magic.sh: switch to /bin/sh
This does not use any special bash stuff. Signed-off-by: Rosen Penev <rosenp@gmail.com>master
parent
995378a2a5
commit
e37e2f0cf1
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Empty/wrong machtype-workaround generator
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue