Source-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   agc
Date:           Tue Mar  9 11:14:52 UTC 1999

Modified Files:
        pkgsrc/mk: bsd.pkg.mk
Log Message:
Solaris sh(1) doesn't understand the "if ! command; then..." construct.
So dumb-down the shell commands used: make them into
"command; if [ $? -ne 0 ]; then..."
Suggested by David Brownlee.




Home | Main Index | Thread Index | Old Index