We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcc122 commit c4718e0Copy full SHA for c4718e0
tools/sync.py
@@ -23,4 +23,4 @@
23
print gclient_root
24
25
os.chdir(gclient_root)
26
-sys.exit(sp.call(cmd, shell=True))
+sys.exit(sp.call(cmd, shell=(os.name == 'nt')))
0 commit comments