diff options
author | 2017-06-05 09:42:45 +0000 | |
---|---|---|
committer | 2017-06-05 09:42:45 +0000 | |
commit | 5c55e62a8f3f14139873e6cc8599652abe56804c (patch) | |
tree | 3d57af9b0c0d16a9240f6c3c83d890ffa7d9fce3 | |
parent | remove vlan(4) specific output handling (diff) | |
download | wireguard-openbsd-5c55e62a8f3f14139873e6cc8599652abe56804c.tar.xz wireguard-openbsd-5c55e62a8f3f14139873e6cc8599652abe56804c.zip |
do not remove used files from the fakeroot
-rwxr-xr-x | distrib/syspatch/diff.sh | 3 |
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 |