pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/flavor/pkg
Module Name: pkgsrc
Committed By: tron
Date: Mon May 26 14:21:43 UTC 2008
Modified Files:
pkgsrc/mk/flavor/pkg: depends.mk
Log Message:
Fix broken shell code:
You must *not* use "test ... && ..." when you use "set -e". Because if the
first expression fails your shell script will abort.
This should fix problem with NetBSD-current's (correctly behaving)
"/bin/sh" report on current-users by David Holland and Kurt Schreiner.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/mk/flavor/pkg/depends.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index