From faf6aec2c765832141284e175460dd117a5bbea4 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 5 Jan 2012 13:35:12 -0500 Subject: [PATCH] *facepalm* --- envsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.py b/envsetup.py index 1b51991..02eeb9e 100644 --- a/envsetup.py +++ b/envsetup.py @@ -89,7 +89,7 @@ def main(): userdistro = platform.linux_distribution() if userdistro[0] == "Fedora": - envFedora(): + envFedora() elif userdistro[0] == "debian": envDebian() elif userdistro[0] == "Arch" or os.path.isfile("/etc/arch-release") == True: