From a57055def2a8eb4d63498ebd241e9d8cc98e02a5 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 5 Oct 2001 04:34:49 +0000 Subject: Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really defeats the purpose...) --- shells/perlsh/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells/perlsh') diff --git a/shells/perlsh/pkg-plist b/shells/perlsh/pkg-plist index e31e4f389dd2..95105c3d076a 100644 --- a/shells/perlsh/pkg-plist +++ b/shells/perlsh/pkg-plist @@ -61,4 +61,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS @dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy @dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh -@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true -- cgit v1.2.3