mirror of https://github.com/hak5/openwrt.git
scripts/gen-dependencies.sh: use /bin/sh
This uses no special bash stuff. Signed-off-by: Rosen Penev <rosenp@gmail.com>master
parent
dec46a9ea0
commit
33f87d2ef6
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2012 OpenWrt.org
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue