lib/tests: Use correct shebang line

The script uses plenty of non-POSIX features, such as referencing
`$BASH_SOURCE`.
main
Victor Engmark 3 years ago
parent 40d1c87bea
commit 5e85cd86af
  1. 2
      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.

Loading…
Cancel
Save