diff options
author | Brian Behlendorf <[email protected]> | 2010-05-23 10:07:05 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-05-23 10:07:05 -0700 |
commit | 18034657679bf4d5c7ac68d49fbb15d25303e9ce (patch) | |
tree | c20359ce3a4514b5f0b84ba9afe08db9bcb22aa5 | |
parent | 0db4522f6cfdaf5a46d200083df8dd170c50a055 (diff) | |
parent | 7733d3b4c6da92c5cb8bf656fd3f427f0c208830 (diff) |
Merge commit 'refs/top-bases/top' into topzfs-0.4.9
-rwxr-xr-x | scripts/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common.sh b/scripts/common.sh index 44fbaa567..53f5d63c0 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -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 |