From 5e85cd86afd4688ad9c1da8be8dbf1a0d35c9cf2 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 26 Nov 2021 09:51:13 +1300 Subject: lib/tests: Use correct shebang line The script uses plenty of non-POSIX features, such as referencing `$BASH_SOURCE`. --- lib/tests/modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests/modules.sh') diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh index 2f36d6107ca..1c6a907b793 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. -- cgit 1.4.1