diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-11 12:10:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-11 12:10:19 +0000 |
commit | 0052aa04b9371d197d14143e56469f0330700fdf (patch) | |
tree | 7ebda5819c0faf79d48b52a3076b06218835139a /emulators/linux_base-f10 | |
parent | - File was rerolled for a small bugfix. (diff) |
${ECHO} -> ${ECHO_CMD}
Suggested by: rafan
Diffstat (limited to 'emulators/linux_base-f10')
-rw-r--r-- | emulators/linux_base-f10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index e7748416afcb..d2dc3605ad02 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -121,7 +121,7 @@ PLIST= pkg-plist .include <bsd.port.pre.mk> -LINUX_OSRELEASE!= ${ECHO} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` +LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .if ${LINUX_OSRELEASE}x == "x" IGNORE= linuxulator is not (kld)loaded |