about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-20 17:06:04 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-20 17:06:04 +0200
commit4308d4ba66ccb74510b59bedb6ad39e7dba73dc0 (patch)
tree84b315966beafe4856afd776800de67f8d75f15e /machines/profpatsch/pkgs.nix
parentf4c602bf3327064b16703a5b0fbd5ddb30d4c6ae (diff)
machines/katara: fix execlineb wrapper
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-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