summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-10-21 18:47:29 +0000
committersjg <sjg@FreeBSD.org>2013-10-21 18:47:29 +0000
commitc244fcbcaa61dc2a15995e7dbdf3ae8107bc2111 (patch)
treebfac2f0e313572f7f0e255e7a0d9b486310093a4 /etc
parent7a6f03f9f2da38fc159919809b21b4bad762522e (diff)
downloadFreeBSD-src-c244fcbcaa61dc2a15995e7dbdf3ae8107bc2111.zip
FreeBSD-src-c244fcbcaa61dc2a15995e7dbdf3ae8107bc2111.tar.gz
Fix botched sed script
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0740338..1d145c19 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -308,10 +308,10 @@ distribution:
MTREE_CMD?= mtree
.if ${MK_INSTALL_AS_USER} != "no" && ${_uid} != 0
-MTREE_FILTER= sed -e 's,(uname=)[^ ]* ,\1${BINOWN},' \
- -e 's,(gname=)[^ ]* ,\1${BINGRP},' \
- -e 's,(uid=)[^ ]* ,\1${_uid},' \
- -e 's,(gid=)[^ ]* ,\1${_gid},'
+MTREE_FILTER= sed -e 's,\(uname=\)[^ ]* ,\1${BINOWN} ,' \
+ -e 's,\(gname=\)[^ ]* ,\1${BINGRP} ,' \
+ -e 's,\(uid=\)[^ ]* ,\1${_uid} ,' \
+ -e 's,\(gid=\)[^ ]* ,\1${_gid} ,'
.else
MTREE_FILTER= cat
.endif
OpenPOWER on IntegriCloud