From 595a6d63099ac7d42bdc8b9e2fea52b39de8cf0a Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 11 Jan 2021 17:14:34 +0800 Subject: [PATCH] [bugfix] should not rm -rf /tmp/tmux* --- cli/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tmux.sh b/cli/tmux.sh index ebaffce..bdfab29 100755 --- a/cli/tmux.sh +++ b/cli/tmux.sh @@ -28,7 +28,7 @@ case "$PM" in ./configure && make sudo make install cd - - rm -rf /tmp/tmux* + rm -rf /tmp/tmux fi ;; pacman)