diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-01-04 20:01:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-01-04 20:01:46 +0000 |
commit | a45f79495ab09c5211ec1ee08bb068b3a3147b2b (patch) | |
tree | 9938a6b00cfe51acb300bd2aa285cb1b2f54b5bf | |
parent | Fix some *-list targets not properly passing FLAVOR down the chain. (diff) |
Fix typo in r458054.
Reported by: antoine
Approved by: portmgr (implicit)
MFH: 2018Q1
Notes
Notes:
svn path=/head/; revision=458056
-rw-r--r-- | Mk/Scripts/depends-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/depends-list.sh b/Mk/Scripts/depends-list.sh index b5d554a406e5..0d3945c85359 100644 --- a/Mk/Scripts/depends-list.sh +++ b/Mk/Scripts/depends-list.sh @@ -53,7 +53,7 @@ check_dep() { local _dep wrkdir show_dep for _dep ; do - unset FLAOVR + unset FLAVOR myifs=${IFS} IFS=: set -- ${_dep} |