summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2008-10-15 08:05:37 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2008-10-15 08:05:37 +0200
commit7d22cb7135592557302bf564b594aa7ae3f8b1ec (patch)
tree3eb4880873b9492b391e4db4e2ec84a11e005d5b /bin
parent5d91cd4c763cbd713ddcc5f361a4efb13e945ab6 (diff)
downloadpylint-git-7d22cb7135592557302bf564b594aa7ae3f8b1ec.tar.gz
fix .bat files as suggested by Okko Willeboords to all space in file names
Diffstat (limited to 'bin')
-rw-r--r--bin/pylint-gui.bat2
-rw-r--r--bin/pylint.bat2
-rw-r--r--bin/pyreverse.bat2
-rw-r--r--bin/symilar.bat2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/pylint-gui.bat b/bin/pylint-gui.bat
index 68d552ea5..b721e5c37 100644
--- a/bin/pylint-gui.bat
+++ b/bin/pylint-gui.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/pylint.bat b/bin/pylint.bat
index 772735ac7..6fab01abb 100644
--- a/bin/pylint.bat
+++ b/bin/pylint.bat
@@ -2,7 +2,7 @@
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/pyreverse.bat b/bin/pyreverse.bat
index 1ef9b847b..f131302b9 100644
--- a/bin/pyreverse.bat
+++ b/bin/pyreverse.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/symilar.bat b/bin/symilar.bat
index 5c9bd0ead..24e339e80 100644
--- a/bin/symilar.bat
+++ b/bin/symilar.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""