diff options
author | Samuel Dionne-Riel <samuel@dionne-riel.com> | 2018-04-09T13·36-0400 |
---|---|---|
committer | Samuel Dionne-Riel <samuel@dionne-riel.com> | 2018-04-09T13·36-0400 |
commit | a4c9b2595e6e22250e4e744a35fff3c7f9cd85d9 (patch) | |
tree | 424893142aeedcca05dd1670d323bcf09d3d99b7 /tests/shell.shebang.rb | |
parent | 9478f886810b8db87b7ebfe14343f77159c86a24 (diff) |
Hardcodes `nix-shell` instead of `/usr/bin/env nix-shell`...
... in the ruby shebang test.
Diffstat (limited to 'tests/shell.shebang.rb')
-rw-r--r-- | tests/shell.shebang.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell.shebang.rb b/tests/shell.shebang.rb index ea3953ae21ba..ea67eb09c1c6 100644 --- a/tests/shell.shebang.rb +++ b/tests/shell.shebang.rb @@ -1,4 +1,4 @@ -#! @ENV_PROG@ nix-shell +#! @SHELL_PROG@ #! ruby #! nix-shell -I nixpkgs=shell.nix --no-substitute #! nix-shell --pure -p ruby -i ruby |