diff options
author | Evan Martin <martine@danga.com> | 2012-12-29 20:02:16 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2012-12-29 20:33:15 (GMT) |
commit | 3249938cdf574058a066436aea06b0541ded6958 (patch) | |
tree | 1dd2f33756337463972fdd21f20ef613ebbb2914 /configure.py | |
parent | 7d41c2f521e27a3c2891e6f1c8da42f0f6f3c266 (diff) | |
download | Ninja-3249938cdf574058a066436aea06b0541ded6958.zip Ninja-3249938cdf574058a066436aea06b0541ded6958.tar.gz Ninja-3249938cdf574058a066436aea06b0541ded6958.tar.bz2 |
wrap some overlong lines
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.py b/configure.py index b153f15..9391a68 100755 --- a/configure.py +++ b/configure.py @@ -171,7 +171,9 @@ else: libs.append('-lprofiler') def shell_escape(str): - """Escape str such that it's interpreted as a single argument by the shell.""" + """Escape str such that it's interpreted as a single argument by + the shell.""" + # This isn't complete, but it's just enough to make NINJA_PYTHON work. if platform in ('windows', 'mingw'): return str |