diff --git a/install.py b/install.py index 320e7640..ad6cb2c6 100644 --- a/install.py +++ b/install.py @@ -18,8 +18,7 @@ def Main(): 'to run:\n\tgit submodule update --init --recursive\n\n' ) python_binary = sys.executable - args = ' '.join( sys.argv[1:] ) - subprocess.call( ' '.join( [ python_binary, build_file, args ] ) ) + subprocess.call( [ python_binary, build_file ] + sys.argv[1:] ) # Remove old YCM libs if present so that YCM can start. old_libs = (