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 e63f19c commit bfcc122Copy full SHA for bfcc122
tools/sync.py
@@ -23,4 +23,4 @@
23
print gclient_root
24
25
os.chdir(gclient_root)
26
-sys.exit(sp.call(cmd))
+sys.exit(sp.call(cmd, shell=True))
0 commit comments