zsh - fix log
authorPeng Li <seudut@gmail.com>
Sun, 19 Feb 2017 07:41:56 +0000 (07:41 +0000)
committerPeng Li <seudut@gmail.com>
Sun, 19 Feb 2017 07:41:56 +0000 (07:41 +0000)
zsh/install.pl

index efed502..1aac9dd 100755 (executable)
@@ -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 `ln -s $zshDir $home/.zsh`;
 print `ln -s $zshrc $home/.zshrc`;
 
-print "Done" unless $?;
+print "Done\n" unless $?;