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 | 37aedfab778ca555414f7e6362497b072ae478e8 (diff) |
Notes
-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} |