Skip to content

Commit c4718e0

Browse files
committed
fixup! Fix sync script: using shell for windows
1 parent bfcc122 commit c4718e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
print gclient_root
2424

2525
os.chdir(gclient_root)
26-
sys.exit(sp.call(cmd, shell=True))
26+
sys.exit(sp.call(cmd, shell=(os.name == 'nt')))

0 commit comments

Comments
 (0)