Merge commit 'refs/top-bases/linux-unused' into linux-unused

This commit is contained in:
Brian Behlendorf 2010-05-23 10:05:47 -07:00
commit 9f84ecbbf1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ INFOMOD=${INFOMOD:-/sbin/modinfo}
LOSETUP=${LOSETUP:-/sbin/losetup}
SYSCTL=${SYSCTL:-/sbin/sysctl}
UDEVADM=${UDEVADM:-/sbin/udevadm}
AWK=${AWK:-/bin/awk}
AWK=${AWK:-/usr/bin/awk}
die() {
echo -e "${PROG}: $1" >&2