[bugfix] should not rm -rf /tmp/tmux*

This commit is contained in:
Klesh Wong 2021-01-11 17:14:34 +08:00
parent 41104b4e14
commit 595a6d6309

View File

@ -28,7 +28,7 @@ case "$PM" in
./configure && make ./configure && make
sudo make install sudo make install
cd - cd -
rm -rf /tmp/tmux* rm -rf /tmp/tmux
fi fi
;; ;;
pacman) pacman)