From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S9341-0005Rk-R9 for garchives@archives.gentoo.org; Sat, 17 Mar 2012 23:29:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01040E0429; Sat, 17 Mar 2012 23:29:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C6226E0429 for ; Sat, 17 Mar 2012 23:29:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 340071B4021 for ; Sat, 17 Mar 2012 23:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DCDD7E5402 for ; Sat, 17 Mar 2012 23:29:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1332026934.e2d957d83109c678bce388b2f553fa2403711724.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/etc-update X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e2d957d83109c678bce388b2f553fa2403711724 X-VCS-Branch: master Date: Sat, 17 Mar 2012 23:29:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 770e4336-fb13-48ca-bb24-4d63a68135d0 X-Archives-Hash: 5df769d8f0b911d922c0b33484729937 commit: e2d957d83109c678bce388b2f553fa2403711724 Author: Zac Medico gentoo org> AuthorDate: Sat Mar 17 23:28:54 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Mar 17 23:28:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De2d957d8 etc-update: quote ${file} --- bin/etc-update | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/etc-update b/bin/etc-update index b076520..b4f9eec 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -391,7 +391,7 @@ do_cfg() { local ofile=3D$2 local -i my_input=3D0 =20 - until (( my_input =3D=3D -1 )) || [ ! -f ${file} ] ; do + until (( my_input =3D=3D -1 )) || [ ! -f "${file}" ] ; do if [[ "${OVERWRITE_ALL}" =3D=3D "yes" ]] && ! user_special "${ofile}";= then my_input=3D1 elif [[ "${DELETE_ALL}" =3D=3D "yes" ]] && ! user_special "${ofile}"; = then