diff options
author | Vincent Richard <[email protected]> | 2005-08-27 06:43:09 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-08-27 06:43:09 +0000 |
commit | e3d6bfe7b07a8217f137732ad306e496b1049d0c (patch) | |
tree | da2200a82f4bb4b68008dd57c511021c5040b558 | |
parent | Using AM_ICONV for better detection of libiconv. (diff) | |
download | vmime-e3d6bfe7b07a8217f137732ad306e496b1049d0c.tar.gz vmime-e3d6bfe7b07a8217f137732ad306e496b1049d0c.zip |
SF#1274389: bootstrap is a bash script, not a sh script.
-rw-r--r-- | SConstruct | 2 | ||||
-rwxr-xr-x | bootstrap | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1710,7 +1710,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS configure_in.close() - os.system('sh bootstrap') + os.system('bash bootstrap') return None @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # Bootstrap file for 'autotools' build # |