From e3d6bfe7b07a8217f137732ad306e496b1049d0c Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 27 Aug 2005 06:43:09 +0000 Subject: SF#1274389: bootstrap is a bash script, not a sh script. --- SConstruct | 2 +- bootstrap | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/bootstrap b/bootstrap index 211da6a1..ab8fa2ef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # Bootstrap file for 'autotools' build # -- cgit v1.2.3