svn commit: r320957 - head/sysutils/penv
Boris Samorodov
bsam at FreeBSD.org
Fri Jun 14 18:11:37 UTC 2013
Author: bsam
Date: Fri Jun 14 18:11:36 2013
New Revision: 320957
URL: http://svnweb.freebsd.org/changeset/ports/320957
Log:
Dirrmtry implies "2>/dev/null || true"
Spotted by: tijl
Modified:
head/sysutils/penv/pkg-plist
Modified: head/sysutils/penv/pkg-plist
==============================================================================
--- head/sysutils/penv/pkg-plist Fri Jun 14 18:07:57 2013 (r320956)
+++ head/sysutils/penv/pkg-plist Fri Jun 14 18:11:36 2013 (r320957)
@@ -30,4 +30,4 @@ etc/penv.conf.default
%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@exec mkdir -p %%DBDIR%%
- at dirrmtry %%DBDIR%% 2>/dev/null || true
+ at dirrmtry %%DBDIR%%
More information about the svn-ports-all
mailing list