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.
root abinit3 /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
Setup lists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
|