mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix typo in r458054.
Reported by: antoine Approved by: portmgr (implicit) MFH: 2018Q1
This commit is contained in:
parent
37aedfab77
commit
a45f79495a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458056
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ check_dep() {
|
||||||
local _dep wrkdir show_dep
|
local _dep wrkdir show_dep
|
||||||
|
|
||||||
for _dep ; do
|
for _dep ; do
|
||||||
unset FLAOVR
|
unset FLAVOR
|
||||||
myifs=${IFS}
|
myifs=${IFS}
|
||||||
IFS=:
|
IFS=:
|
||||||
set -- ${_dep}
|
set -- ${_dep}
|
||||||
|
|
Loading…
Add table
Reference in a new issue