From 57c540faab4dbfeb896a48f01a46108cc6913d97 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 5 Jul 2005 16:37:24 +0000 Subject: [PATCH] Fixed 'bootstrap' script not running on Windows. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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