From 937d60b8755b45cd331c02484848b4fb31620c5f Mon Sep 17 00:00:00 2001 From: Liyan Chang Date: Wed, 14 Jul 2010 00:17:35 -0400 Subject: [PATCH] [PATCH] Some comments added in the previous commit were incorrect. Removed those comments. --- install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 6901278..3f62c35 100755 --- a/install.sh +++ b/install.sh @@ -51,13 +51,7 @@ sudo cp jumpapplet ${prefix}/bin/ sudo cp autojump ${prefix}/bin/ sudo cp autojump.1 ${prefix}/share/man/man1/ -# -# INSTALL BASH AUTOCOMPLETE -# -echo "Installing Autocompletion" - if [ -d "/etc/profile.d" ]; then - # Copy the autocompletion code sudo cp autojump.bash /etc/profile.d/ sudo cp autojump.sh /etc/profile.d/ @@ -77,7 +71,7 @@ else if [ ${#ans} -gt 0 ]; then if [ $ans = "y" -o $ans = "Y" -o $ans = "yes" -o $ans = "Yes" ]; then - # Answered yes. Go ahead and add the autojump bash autocompletion code + # Answered yes. Go ahead and add the autojump code echo "" >> ~/.bashrc echo "#autojump" >> ~/.bashrc cat autojump.bash >> ~/.bashrc