tvl-depot/src/nix-build
Samuel Dionne-Riel 399f43c3d5 nix-shell: Fixes use with ruby shebangs.
The ported code in 80ebc553ec was incorrectly ported.

```
-            $envCommand = "exec $execArgs $interpreter -e 'load(\"$script\")' -- ${\(join ' ', (map shellEscape, @savedArgs))}";
...
+                    envCommand = (format("exec %1% %2% -e 'load(\"%3%\") -- %4%") % execArgs % interpreter % script % joined.str()).str();
```

The single-quote finishing the small ruby snippet was lost in
translation.
2018-04-07 22:38:45 -04:00
..
local.mk nix-shell: Use bashInteractive from <nixpkgs> 2017-07-20 13:50:25 +02:00
nix-build.cc nix-shell: Fixes use with ruby shebangs. 2018-04-07 22:38:45 -04:00