QA: Replace shebang with env-variant

This is to provide a compatibility with nix such as GNU Guix to use the
project painlessly without the need of deploying a sandboxed FHS
environment.

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Jacob Hrbek 2023-02-23 09:19:14 +01:00
parent 2996f9eab6
commit 1a85688c27
Signed by: kreyren
GPG Key ID: 667F0DAFAF09BA2B
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###############################################################################
# parabola-vmbootstrap -- create and start parabola virtual machines #
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###############################################################################
# parabola-vmbootstrap -- create and start parabola virtual machines #
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###############################################################################
# parabola-vmbootstrap -- create and start parabola virtual machines #
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###############################################################################
# parabola-vmbootstrap -- create and start parabola virtual machines #
# #
@ -317,7 +317,7 @@ pvm_bootstrap() # assumes: $arch $imagefile $loopdev $workdir , traps: INT TERM
# create a master hook script
msg2 "hooks.sh:"
sudo tee "$workdir"/root/hooks.sh << EOF
#!/bin/bash
#!/usr/bin/env bash
echo "[hooks.sh] boot successful - configuring ...."
# generate the locale