Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-m…
Browse files Browse the repository at this point in the history
…odule
  • Loading branch information
behlendorf committed May 23, 2010
2 parents 6b1c4ca + fd6bf51 commit c44e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
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 c44e622

Please sign in to comment.