From: momo <> Date: Sun, 28 Jan 2007 19:14:29 +0000 (+0000) Subject: Clean X-Git-Tag: 1.1~1012 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9b3e2ab2a7c75557110135d2ddcc12a65475bfb8;p=telemeta.git Clean --- 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)