From 5c55e62a8f3f14139873e6cc8599652abe56804c Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 5 Jun 2017 09:42:45 +0000 Subject: [PATCH] do not remove used files from the fakeroot --- distrib/syspatch/diff.sh | 3 +-- 1 file changed, 1 insertion(+), 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 # @@ -45,5 +45,4 @@ do echo ${_n} ;; esac - rm -f ${_o} ${_n} done -- 2.20.1