Fix updating the win32 python repo.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 24 Jul 2013 10:33:49 +0000 (18:33 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 24 Jul 2013 10:33:49 +0000 (18:33 +0800)
script/bootstrap.py

index 99f4c91..3768db4 100755 (executable)
@@ -71,7 +71,7 @@ def update_win32_python():
       subprocess.check_call(['git', 'clone', PYTHON_26_URL])
     else:
       with scoped_cwd('python_26'):
-        subprocess.check_call(['git', 'pull', '--rebase'])
+        subprocess.check_call(['git', 'pull', '--rebase', 'origin', 'master'])
 
 
 def touch_config_gypi():