summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-11 02:02:05 +0000
committerdteske <dteske@FreeBSD.org>2013-11-11 02:02:05 +0000
commit34ec6f44ca7b8b0c7a210761b9e368ea011ec059 (patch)
tree47ec7547cbabb1bd165da55ed1b86fd48ec26fd9 /usr.sbin
parentc7e17b4285f998918bda0545b81165cc9ad1c27f (diff)
downloadFreeBSD-src-34ec6f44ca7b8b0c7a210761b9e368ea011ec059.zip
FreeBSD-src-34ec6f44ca7b8b0c7a210761b9e368ea011ec059.tar.gz
Remove the env(1) but keep the var.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/share/common.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/share/common.subr b/usr.sbin/bsdconfig/share/common.subr
index 3359e37..31da26e 100644
--- a/usr.sbin/bsdconfig/share/common.subr
+++ b/usr.sbin/bsdconfig/share/common.subr
@@ -64,8 +64,8 @@ export UNAME_M="$(uname -m)" # Machine platform (i.e. i386)
export UNAME_R="$(uname -r)" # Release Level (i.e. X.Y-RELEASE)
if [ ! "${PKG_ABI+set}" ]; then
export PKG_ABI="$(
- env ASSUME_ALWAYS_YES=1 \
- pkg -vv | awk '$1=="ABI:"{print $2;exit}' 2> /dev/null
+ ASSUME_ALWAYS_YES=1 pkg -vv |
+ awk '$1=="ABI:"{print $2;exit}' 2> /dev/null
)"
fi
OpenPOWER on IntegriCloud