Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2010-05-23 10:07:02 -07:00
commit 334b46398b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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