Merge branch 'master' of defaria.com:/opt/git/clearscm
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Dec 2016 06:00:02 +0000 (22:00 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Dec 2016 06:00:02 +0000 (22:00 -0800)
rc/bash_login

index 4d75a42..c8807d0 100644 (file)
@@ -203,11 +203,11 @@ else
   export LANG=C
 fi
 
-if [ $(type -p vim) ]; then
+if [ "$(type -p vim)" ]; then
   alias vi=vim
 fi
 
-if [ $(type -p ncftp) ]; then
+if [ "$(type -p ncftp)" ]; then
   alias ftp=ncftp
   alias ftpput=ncftpput
   alias ftpget=ncftpget