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:
parent
f884194ae4
commit
6d45ac4308
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue