pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/34036 CVS commit: pkgsrc/mk/fetch



The following reply was made to PR pkg/34036; it has been noted by GNATS.

From: "Stuart Shelton" <srcshelton%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        pkgsrc-bugs%netbsd.org@localhost
Subject: Re: PR/34036 CVS commit: pkgsrc/mk/fetch
Date: Thu, 20 Jul 2006 15:45:15 +0100

 >  OK, so you have a different IRIX version that Jan. I could replicate the
 >  problem there.
 
 :(
 
 I'm running IRIX 6.5.29 (IRIX64):
 
 $ cat test.sh
 #!/bin/sh
 
 set -e
 
 testf () {
         test -f /nonexistent || return 1
         return 0
 }
 
 if testf; then
         exit 1
 fi
 exit 0
 $ ./test.sh ; echo $?
 0
 
 ... if I'm understanding correctly then that should be a "1", yes?
 
 P.S. Please see my other mail about "fetch" apparently not being
 called.  Very strange...
 



Home | Main Index | Thread Index | Old Index