[OGo-Documentation] [Bug 785] missing "\" in bash command

documentation@opengroupware.org documentation@opengroupware.org
Tue, 6 Jul 2004 21:43:56 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=785


helge.hess@opengroupware.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ts@skyrix.com               |dev@opengroupware.org




------- Additional Comments From geg@phptalk.com  2004-06-01 13:30 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Gecko/20040206 Firefox/0.8

Description of problem:
In the Docs under the title: "OGo Business Logic [next]", you will find this
command:
Defaults write NSGlobalDomain NGBundlePath
"$GNUSTEP_USER_ROOT/Library/OpenGroupware.org"

which should imo be
Defaults write NSGlobalDomain NGBundlePath \
"$GNUSTEP_USER_ROOT/Library/OpenGroupware.org"

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
If you use it like described, you receive a warning
    

Additional info:

------- Additional Comments From helge.hess@opengroupware.org  2004-07-06 21:43 -------
=>dev

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.