aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93/pkg-plist
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-31 05:56:31 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-31 05:56:31 +0000
commitff342e75da01d5086c0d142c5ad503ab3e710332 (patch)
treea4061f5f0723a9e612c9f33033b8974df25c1ae7 /shells/ksh93/pkg-plist
parent3b958fc914e24661941243a8d0ff1d550e4d2616 (diff)
downloadports-ff342e75da01d5086c0d142c5ad503ab3e710332.tar.gz
ports-ff342e75da01d5086c0d142c5ad503ab3e710332.zip
Notes
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r--shells/ksh93/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist
index 92fe399c03d8..9bdf63903058 100644
--- a/shells/ksh93/pkg-plist
+++ b/shells/ksh93/pkg-plist
@@ -1,4 +1,4 @@
@comment $FreeBSD$
bin/ksh93
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak