Configure has incorrect shebang
Brought to you by:
burzmali
For version: Ampoliros 3000 (3.4.0) Release date 15 May
2003
The configure script of the first time install for
unix/linux has a space in the shebang line which stops
it being interpreted on my OSX 10.2.3 machine using tcsh.
Pretty minor, but had me puzzled as to why configure
was throwing syntax errors.
*** configure.old Wed May 21 13:56:11 2003
--- configure Wed May 21 13:56:25 2003
***************
*** 1,4 ****
! # !/bin/sh
#
#
# Ampoliros Web Applications Platform
--- 1,4 ----
! #! /bin/sh
#
#
# Ampoliros Web Applications Platform