fixing syntax error

This commit is contained in:
staticsafe 2012-01-08 15:00:38 -05:00
parent 6a51820949
commit daa4f34954

View File

@ -78,7 +78,7 @@ def checksandactions():
urldownload(confurl = vimdirurl) urldownload(confurl = vimdirurl)
untar = call("tar xvf vimdir.tar.bz2", shell = True) untar = call("tar xvf vimdir.tar.bz2", shell = True)
if usershell = "/bin/zsh": if usershell == "/bin/zsh":
print "Your default shell is already zsh! Skipping." print "Your default shell is already zsh! Skipping."
else: else:
print "Setting default shell for this user to zsh! Log out and log back in to see changes." print "Setting default shell for this user to zsh! Log out and log back in to see changes."