diff options
author | Sylvain Thenault <sylvain.thenault@logilab.fr> | 2008-10-15 08:05:52 +0200 |
---|---|---|
committer | Sylvain Thenault <sylvain.thenault@logilab.fr> | 2008-10-15 08:05:52 +0200 |
commit | dcbe0edcda83d5480596d2e4316d191bcbac5101 (patch) | |
tree | ddd99a0ae5761a6bd425f1d422d45752dad11676 /bin | |
parent | 0d5810a7f643e7a2af88fc07b47f671add2c2a71 (diff) | |
download | logilab-common-dcbe0edcda83d5480596d2e4316d191bcbac5101.tar.gz |
fix .bat files as suggested by Okko Willeboords to all space in file names
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pytest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pytest.bat b/bin/pytest.bat index 5988b40..c664e88 100644 --- a/bin/pytest.bat +++ b/bin/pytest.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
"""
|