summaryrefslogtreecommitdiff
path: root/distrib/syspatch
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2017-06-05 09:42:46 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2017-06-05 09:42:46 +0000
commit27d98d3ae7dbfbb975e05eeb2ee5657af2c9da3d (patch)
treedaa52a7f5adb0a0721e1cfe70921321fa08e6c24 /distrib/syspatch
parente373a0f03f7dc5ad8a19c1e7a22cb95defe5899f (diff)
do not remove used files from the fakeroot
Diffstat (limited to 'distrib/syspatch')
-rwxr-xr-xdistrib/syspatch/diff.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/syspatch/diff.sh b/distrib/syspatch/diff.sh
index bd14dbf8cb3..22eb6aa9bdb 100755
--- a/distrib/syspatch/diff.sh
+++ b/distrib/syspatch/diff.sh
@@ -1,6 +1,6 @@
#!/bin/ksh
#
-# $OpenBSD: diff.sh,v 1.2 2017/04/22 13:42:05 robert Exp $
+# $OpenBSD: diff.sh,v 1.3 2017/06/05 09:42:45 robert Exp $
#
# Copyright (c) 2017 Robert Nagy <robert@openbsd.org>
#
@@ -45,5 +45,4 @@ do
echo ${_n}
;;
esac
- rm -f ${_o} ${_n}
done