about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/stripspace
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/cmds/stripspace2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/cmds/stripspace b/home-manager/config/lf/cmds/stripspace
index bcbfa018..7cefdf93 100755
--- a/home-manager/config/lf/cmds/stripspace
+++ b/home-manager/config/lf/cmds/stripspace
@@ -4,7 +4,7 @@
 # . ~/.local/lib/shell/lib
 . %SHELL_LIBRARY_PATH
 
-LIB_TEMP_DIR_FOR_SCRIPT=$(mktemp -d)
+
 
 files=$(mktmp);
 echo "$fx" > $files;