diff options
-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 # |