This seems to work! Many thanks!
jbeuken wrote: > > xxxjimlxxx wrote: >> Installing Plone 3.0.2 via the Unified Installer. >> >> Root install: >> >> ./install.sh standalone >> >> Install fails: >> >> Stand-Alone Zope Instance selected >> Root install method chosen >> ./install.sh: test: argument expected >> > this config works : > > bash --version > GNU bash, version 3.00.16(1)-release (i386-pc-solaris2.10) > Copyright (C) 2004 Free Software Foundation, Inc. > > > [EMAIL PROTECTED] /tmp/Plone-3.0.1-UnifiedInstaller > diff install.sh > /tmp/install.sh.ori > 1c1 > < #!/bin/bash > --- > > #!/bin/sh > 65c65 > < if [ `/usr/ucb/whoami` = "root" ] > --- > > if [ `whoami` = "root" ] > > > > regards > > jmb > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > > -- View this message in context: http://www.nabble.com/Problem-installing-on-SPARC-Solaris-10-%28test%3A-argument-expected%29-tf4676587s15482.html#a13364723 Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
