From cf17db9cba53ccd3e8fe2563a46a38da947d5e8f Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 5 Jun 2007 16:58:08 +0000 Subject: [PATCH] Use user-provided $mv_opts for -5 (bug #47442) svn path=/main/trunk/; revision=6735 --- bin/etc-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/etc-update b/bin/etc-update index fd192b0e7..0daf04d40 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -176,7 +176,8 @@ configuration file is followed by a list of possible replacement files." fi if [[ ${input} == -5 ]] ; then input=-3 - export mv_opts="" + export mv_opts=" ${mv_opts} " + mv_opts="${mv_opts// -i / }" fi if [[ ${input} == -3 ]] ; then input=0 -- 2.26.2