From 9b3e2ab2a7c75557110135d2ddcc12a65475bfb8 Mon Sep 17 00:00:00 2001 From: momo <> Date: Sun, 28 Jan 2007 19:14:29 +0000 Subject: [PATCH] Clean --- install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.py b/install.py index 97b6f0dc..7c80473d 100755 --- a/install.py +++ b/install.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# ONLY FO LINUX +# ONLY FOR LINUX import os, sys @@ -28,8 +28,6 @@ elif len(sys.argv) > 2: else: install_dir = sys.argv[1] - - if not os.path.exists(install_dir): os.mkdir(install_dir) -- 2.39.5