Unverified Commit 2d50f340 by Christian Brauner Committed by GitHub

Merge pull request #3239 from vikaig/fix-shebang

cmd: fix shebang
parents b4fde4ec aac4e12a
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Allow environment variables to override config
: ${CONFIG:=/proc/config.gz}
......
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Make sure the usual locations are in PATH
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