From: Peng Li Date: Sun, 19 Feb 2017 07:41:56 +0000 (+0000) Subject: zsh - fix log X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=sidebyside;h=1985bb11c1859b38e5596953194e17b84693f23a;p=dotfiles.git zsh - fix log --- 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 $?;