From a6d319f865e36f1ad51532614ba74585802aebcd Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 12 Mar 2023 15:01:33 +0100 Subject: Fix(hm/conf/lf): Update to new shell lib version --- home-manager/config/lf/cmds/unarchive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/config/lf/cmds/unarchive') diff --git a/home-manager/config/lf/cmds/unarchive b/home-manager/config/lf/cmds/unarchive index a28879da..85cbf22b 100755 --- a/home-manager/config/lf/cmds/unarchive +++ b/home-manager/config/lf/cmds/unarchive @@ -4,7 +4,7 @@ # . ~/.local/lib/shell/lib . %SHELL_LIBRARY_PATH -LIB_TEMP_DIR_FOR_SCRIPT=$(mktemp -d) + # extract the current file with the right command # (xkcd link: https://xkcd.com/1168/) -- cgit 1.4.1