Fixed 'bootstrap' script not running on Windows.

This commit is contained in:
Vincent Richard 2005-07-05 16:37:24 +00:00
parent a63dcf0a19
commit 57c540faab

View File

@ -1738,7 +1738,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS
configure_in.close()
os.system('./bootstrap')
os.system('sh bootstrap')
return None