From 1985bb11c1859b38e5596953194e17b84693f23a Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 19 Feb 2017 07:41:56 +0000 Subject: [PATCH] zsh - fix log --- zsh/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/install.pl b/zsh/install.pl index efed502..1aac9dd 100755 --- a/zsh/install.pl +++ b/zsh/install.pl @@ -14,5 +14,5 @@ die "~/.zsh or ~/.zshrc exist. Backup them first.\n" if -e "$home/.zsh" or -e "$ print `ln -s $zshDir $home/.zsh`; print `ln -s $zshrc $home/.zshrc`; -print "Done" unless $?; +print "Done\n" unless $?; -- 2.11.0