From 0fca629ef45f5c6460ceee2f5dd1b6600aa3467f Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 23 Feb 2012 11:21:57 -0500 Subject: [PATCH] indentation? --- envsetup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/envsetup.py b/envsetup.py index 7ef4ad8..f587b80 100644 --- a/envsetup.py +++ b/envsetup.py @@ -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()