Fix @dirrmtry since it already filter stderr and return true.
PR: ports/153889 Submitted by: az@ Approved by: maintainer (timeout) Feature safe: yes
This commit is contained in:
parent
95906a7a25
commit
0205b520f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268408
1 changed files with 5 additions and 5 deletions
|
@ -133,8 +133,8 @@ share/postgresql/contrib/tablefunc.sql
|
|||
share/postgresql/contrib/timetravel.sql
|
||||
share/postgresql/contrib/tsearch.sql
|
||||
share/postgresql/contrib/user_locks.sql
|
||||
@dirrmtry share/postgresql/contrib >&2
|
||||
@dirrmtry share/postgresql >&2
|
||||
@dirrmtry %%DOCSDIR%%/contrib >&2
|
||||
@dirrmtry %%DOCSDIR%% >&2
|
||||
@dirrmtry lib/postgresql >&2
|
||||
@dirrmtry share/postgresql/contrib
|
||||
@dirrmtry share/postgresql
|
||||
@dirrmtry %%DOCSDIR%%/contrib
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry lib/postgresql
|
||||
|
|
Loading…
Reference in a new issue