diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-09-17 00:06:09 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-09-17 00:06:09 +0300 | 
| commit | ce76140283b16bc4ca48be13c7f0198486c5d30e (patch) | |
| tree | c5d65e75b406ffc8fb05d068aea1467e4f2186d3 /core/carbs-init/build | |
| parent | 8cdca4badfa9e04c58fb59f3aeba445992553c8b (diff) | |
| download | repository-ce76140283b16bc4ca48be13c7f0198486c5d30e.tar.gz | |
carbs-init: fix shebang on respawn
Diffstat (limited to 'core/carbs-init/build')
| -rwxr-xr-x | core/carbs-init/build | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/core/carbs-init/build b/core/carbs-init/build index d5f438d8..22378f18 100755 --- a/core/carbs-init/build +++ b/core/carbs-init/build @@ -1,3 +1,6 @@  #!/bin/sh -e  make DESTDIR="$1" install + +# Fix shebang +sed -i '1s|/bin/sh -e|/bin/sh|' "$1/usr/bin/respawn"  | 
