Fix directory keywords handling
Reviewed by: bdrewery With hat: portmgr
This commit is contained in:
parent
e2fd9476fa
commit
fc05fd3aae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351838
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ if [ $makeplist = 0 ] ; then
|
|||
@fc\ *|@fcfontsdir\ *|@fontsdir\ *)
|
||||
set -- $line
|
||||
shift
|
||||
echo "${comment}@dirrmtry ${cwd}/$@"
|
||||
echo >&3 "${comment}${cwd}/$@"
|
||||
;;
|
||||
|
||||
# order matters here - we must check @cwd first because
|
||||
|
|
Loading…
Reference in a new issue