Robert T Wyatt wrote:
[]
/sw/etc/profile.d/procheck.sh:# Aliases are initialised by typing 'aqua'
/sw/etc/profile.d/procheck.sh:if [ -z "$aquaroot" ]; then
/sw/etc/profile.d/procheck.sh:   aquaroot=@@_aqua_program_directory_@@
/sw/etc/profile.d/procheck.sh:   export aquaroot
/sw/etc/profile.d/procheck.sh:if [ "`alias aqua`" = "" ]; then
/sw/etc/profile.d/procheck.sh: alias aqua='source $aquaroot/aqsetupi' # This needs a SH equivalent !!!

So finally this is a bug in the procheck package. In order to make the error message go away, the line

if [ "`alias aqua`" = "" ]; then

should be

if [ "`alias aqua 2>/dev/null`" = "" ]; then

But the whole thing looks dubious anyway; there is no file named aqsetupi in the package.

--
Martin




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to