scripts/coreos-bblayers-envsub: fixed path of shebang

there might be OS where usr merge is not included and thus
/bin/env is not available as it resides in /usr/bin/env.

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2022-11-25 15:28:17 +01:00
parent f884194ae4
commit 6d45ac4308
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env bash #!/usr/bin/env bash
usage() usage()
{ {