summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVictor Engmark <vengmark@linz.govt.nz>2021-11-26 09:51:13 +1300
committerVictor Engmark <vengmark@linz.govt.nz>2021-11-26 10:51:12 +1300
commit5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2 (patch)
tree07be0209b311cde5088134abfd17f1bc5f50c2de /lib
parent40d1c87bea38b3937fd4837cbb93fed7be4ffd1d (diff)
lib/tests: Use correct shebang line
The script uses plenty of non-POSIX features, such as referencing `$BASH_SOURCE`.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/tests/modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh
index 2f36d6107ca4..1c6a907b7938 100755
--- a/lib/tests/modules.sh
+++ b/lib/tests/modules.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
#
# This script is used to test that the module system is working as expected.
# By default it test the version of nixpkgs which is defined in the NIX_PATH.