From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABE7D158011 for ; Thu, 1 Sep 2022 01:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC75E09C2; Thu, 1 Sep 2022 01:06:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD337E09C2 for ; Thu, 1 Sep 2022 01:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD6083408F9 for ; Thu, 1 Sep 2022 01:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3905A2 for ; Thu, 1 Sep 2022 01:06:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661994229.2368b88e78ae697f4ecb19cd79dde2b944b91e3b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscodium/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vscodium/vscodium-1.70.1.22229.ebuild app-editors/vscodium/vscodium-1.70.2.22230.ebuild X-VCS-Directories: app-editors/vscodium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2368b88e78ae697f4ecb19cd79dde2b944b91e3b X-VCS-Branch: master Date: Thu, 1 Sep 2022 01:06:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c9bc3a2-2bfa-4a1f-890b-7b2f74322e03 X-Archives-Hash: ab94bd111a6987d8b9ce36b7ee2886e7 commit: 2368b88e78ae697f4ecb19cd79dde2b944b91e3b Author: Sam James gentoo org> AuthorDate: Thu Sep 1 01:03:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 01:03:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2368b88e app-editors/vscodium: fix UnquotedVariable Signed-off-by: Sam James gentoo.org> app-editors/vscodium/vscodium-1.70.1.22229.ebuild | 2 +- app-editors/vscodium/vscodium-1.70.2.22230.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vscodium/vscodium-1.70.1.22229.ebuild b/app-editors/vscodium/vscodium-1.70.1.22229.ebuild index 033c0854f7c0..e3d7747e9b16 100644 --- a/app-editors/vscodium/vscodium-1.70.1.22229.ebuild +++ b/app-editors/vscodium/vscodium-1.70.1.22229.ebuild @@ -89,7 +89,7 @@ src_install() { rm "${S}/resources/app/LICENSE.txt" || die # Disable update server - sed -i "/updateUrl/d" ${S}/resources/app/product.json || die + sed -i "/updateUrl/d" "${S}"/resources/app/product.json || die # Install pax-mark m codium diff --git a/app-editors/vscodium/vscodium-1.70.2.22230.ebuild b/app-editors/vscodium/vscodium-1.70.2.22230.ebuild index 033c0854f7c0..e3d7747e9b16 100644 --- a/app-editors/vscodium/vscodium-1.70.2.22230.ebuild +++ b/app-editors/vscodium/vscodium-1.70.2.22230.ebuild @@ -89,7 +89,7 @@ src_install() { rm "${S}/resources/app/LICENSE.txt" || die # Disable update server - sed -i "/updateUrl/d" ${S}/resources/app/product.json || die + sed -i "/updateUrl/d" "${S}"/resources/app/product.json || die # Install pax-mark m codium