summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSylvain Thenault <sylvain.thenault@logilab.fr>2008-10-15 08:05:37 +0200
committerSylvain Thenault <sylvain.thenault@logilab.fr>2008-10-15 08:05:37 +0200
commit5a1c29b5cc57bf63e94297f1ac5c12b462b99410 (patch)
tree27c86485465d6e8e52e2498d574f70664e862ac1 /bin
parent93b78040e8cf20593e52d8bbdfc4ec9c38e3afdf (diff)
downloadpylint-5a1c29b5cc57bf63e94297f1ac5c12b462b99410.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 68d552e..b721e5c 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 772735a..6fab01a 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 1ef9b84..f131302 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 5c9bd0e..24e339e 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
"""