install.sh and functions.sh have /bin/sh specified as an interpreter. However, on systems, where /bin/sh is a plain Bourne shell (like Solaris 10), installation fails with the message of
All runs fine if installation is invoked by bash install.sh.
Please correct the shebang line in your install scripts to point explicitly to bash.
OS: Solaris 10, 64-bit
LSWS 3.3.17 Standard
install.sh: test: argument expected
because of line 972 in function.sh:
Code:
if [ -e "$LSINSTALL_DIR/bin/lshttpd.dbg" ]; then
Please correct the shebang line in your install scripts to point explicitly to bash.
OS: Solaris 10, 64-bit
LSWS 3.3.17 Standard