aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-08-27 06:43:09 +0000
committerVincent Richard <[email protected]>2005-08-27 06:43:09 +0000
commite3d6bfe7b07a8217f137732ad306e496b1049d0c (patch)
treeda2200a82f4bb4b68008dd57c511021c5040b558
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.
-rw-r--r--SConstruct2
-rwxr-xr-xbootstrap2
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
#