On Tue, Dec 12, 2000 at 10:21:49AM -0500, Richard J Kuhns wrote: > 2. Applixware v5.0 can be installed anywhere you like as long as you use > the package, but you have to manually edit a shell script. Eg, It is probably too late to fix this, but the script should use this: if ! PREFIX=$(expr $0 : "\(/.*\)/bin/$(basename $0)\$"); then echo "$0: Cannot determine the PREFIX" >&2 exit 1 fi (or maybe only do this if PREFIX isn't in the env) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: Confusing error messages fro... Wes Peters
- Re: Confusing error messages from sh... Warner Losh
- Re: Confusing error messages fro... David O'Brien
- Re: Confusing error messages from shell i... Garrett Wollman
- Re: Confusing error messages from shell image activation Tony Maher
- Re: Confusing error messages from shell image activat... Richard J Kuhns
- Re: Confusing error messages from shell image act... David O'Brien
- Re: Confusing error messages from shell image... Richard J Kuhns
- Re: Confusing error messages from shell i... David O'Brien
- Re: Confusing error messages from sh... Richard J Kuhns
- David O'Brien