aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-05 16:37:24 +0000
committerVincent Richard <[email protected]>2005-07-05 16:37:24 +0000
commit57c540faab4dbfeb896a48f01a46108cc6913d97 (patch)
tree21333fd0964f13633ebdfe1c8d2ba94bb0613462
parentFixed SConstruct so 'sendmail' does not build on Windows. (diff)
downloadvmime-57c540faab4dbfeb896a48f01a46108cc6913d97.tar.gz
vmime-57c540faab4dbfeb896a48f01a46108cc6913d97.zip
Fixed 'bootstrap' script not running on Windows.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 853538ad..5f803bce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1738,7 +1738,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS
configure_in.close()
- os.system('./bootstrap')
+ os.system('sh bootstrap')
return None