From a4c9b2595e6e22250e4e744a35fff3c7f9cd85d9 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 9 Apr 2018 09:36:54 -0400 Subject: Hardcodes `nix-shell` instead of `/usr/bin/env nix-shell`... ... in the ruby shebang test. --- tests/shell.shebang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell.shebang.rb') 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 -- cgit 1.4.1