about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 6a625fb4..20dd18d7 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -110,7 +110,7 @@ let
     in pkgs.writeScriptBin "execlineb" ''
       #!${eldir}/execlineb -s0
       ${eldir}/importas oldpath PATH
-      env PATH=${eldir}:$${oldpath} exelineb $@
+      env PATH=${eldir}:''${oldpath} ${eldir}/execlineb $@
     '';
 
 in