indentation?

This commit is contained in:
staticsafe 2012-02-23 11:21:57 -05:00
parent 96173da61b
commit 0fca629ef4
1 changed files with 2 additions and 1 deletions

View File

@ -107,8 +107,9 @@ def checksandactions():
zshhistory = call("touch ~/.zhistory", shell = True)
#Downloads environment update script
print "downloading environment update script"
urldownload(confurl = envupdate)
scriptperm = call("chmod a+x envupdate.sh", shell = True)
scriptperm = call("chmod a+x envupdate.sh", shell = True)
def envArch():
sudocheck()