SF#1274389: bootstrap is a bash script, not a sh script.

This commit is contained in:
Vincent Richard 2005-08-27 06:43:09 +00:00
parent 16465a0f17
commit e3d6bfe7b0
2 changed files with 2 additions and 2 deletions

View File

@ -1710,7 +1710,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS
configure_in.close()
os.system('sh bootstrap')
os.system('bash bootstrap')
return None

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# Bootstrap file for 'autotools' build
#