aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-08-27 08:43:09 +0200
committerVincent Richard <[email protected]>2005-08-27 08:43:09 +0200
commite3d6bfe7b07a8217f137732ad306e496b1049d0c (patch)
treeda2200a82f4bb4b68008dd57c511021c5040b558 /SConstruct
parentUsing AM_ICONV for better detection of libiconv. (diff)
downloadvmime-e3d6bfe7b07a8217f137732ad306e496b1049d0c.tar.gz
vmime-e3d6bfe7b07a8217f137732ad306e496b1049d0c.zip
SF#1274389: bootstrap is a bash script, not a sh script.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5a2b6a6f..8ea5275b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1710,7 +1710,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS
configure_in.close()
- os.system('sh bootstrap')
+ os.system('bash bootstrap')
return None