Unverified Commit 7df21e53 by vikaig Committed by Christian Brauner

cmd: fix shebang

Signed-off-by: 's avatarvikaig <vikaig99@gmail.com>
parent 2e11e38f
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh #!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Allow environment variables to override config # Allow environment variables to override config
: ${CONFIG:=/proc/config.gz} : ${CONFIG:=/proc/config.gz}
......
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh #!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Make sure the usual locations are in PATH # Make sure the usual locations are in PATH
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment