fixing a logical error

This commit is contained in:
staticsafe 2012-04-10 13:05:44 -04:00
parent 8d66ebef01
commit 9a406755f5
1 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ changeshell() {
else
chsh -s $(which zsh)
printf '%s\n' "Default shell changed to zsh, logout and login to see changes"
exec zsh
fi
}
@ -90,4 +89,4 @@ distrocheck
installpackages
changeshell
getdotfiles
exec zsh