mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove an escape that does not belong.
Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
440cec3faf
commit
64f0728e67
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ extra_chroot_setup() {
|
|||
GITUNSETOPTS="${GITUNSETOPTS} SEND_EMAIL SUBTREE SVN"
|
||||
GITUNSETOPTS="${GITUNSETOPTS} PCRE PCRE2"
|
||||
eval chroot ${CHROOTDIR} env OPTIONS_UNSET="${GITUNSETOPTS}" \
|
||||
make -C \ /usr/ports/devel/git FORCE_PKG_REGISTER=1 \
|
||||
make -C /usr/ports/devel/git FORCE_PKG_REGISTER=1 \
|
||||
WRKDIRPREFIX=/tmp/ports \
|
||||
DISTDIR=/tmp/distfiles \
|
||||
install clean distclean
|
||||
|
|
|
|||
Loading…
Reference in a new issue