Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-unused' into linux-unused
Browse files Browse the repository at this point in the history
  • Loading branch information
behlendorf committed May 23, 2010
2 parents 1a22140 + fd6bf51 commit 9f84ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f84ecb

Please sign in to comment.