From ac5cc0e1a27e59930f22f2c09cdf19a69a5a1868 Mon Sep 17 00:00:00 2001 From: fsoppelsa Date: Fri, 5 Jul 2013 14:59:47 +0200 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 42be28e..609f044 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ echo # Detect profile file, .bash_profile has precedence over .profile if [ `whoami` == 'root' ]; then PROFILE="/etc/bash.bashrc -elsif [ ! -z "$1" ]; then +elif [ ! -z "$1" ]; then PROFILE="$1" else if [ -f "$HOME/.bash_profile" ]; then