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 E7D30158086 for ; Wed, 3 Nov 2021 11:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DF9DE08F0; Wed, 3 Nov 2021 11:28:22 +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 D4A16E08F0 for ; Wed, 3 Nov 2021 11:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EBB3D343040 for ; Wed, 3 Nov 2021 11:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92BE6D0 for ; Wed, 3 Nov 2021 11:28:19 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635938880.10eccecfd100f87131399a2e615856e07a8fd14f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift-autosnap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild X-VCS-Directories: app-backup/timeshift-autosnap/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 10eccecfd100f87131399a2e615856e07a8fd14f X-VCS-Branch: dev Date: Wed, 3 Nov 2021 11:28:19 +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: 2a7ad06b-dd14-4019-8b7d-972e449d28e1 X-Archives-Hash: ba49c6b9860a3363501914d0f665aaf6 Message-ID: <20211103112819.KK2LsBwOiuFfwbSmDE3IbLrvezQW8Yk24vE4RP3zKHY@z> commit: 10eccecfd100f87131399a2e615856e07a8fd14f Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Nov 3 11:27:07 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Nov 3 11:28:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10eccecf app-backup/timeshift-autosnap: quote unqouted variable, and || die Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild index 2ead2e4c1..604b487cd 100644 --- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild +++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild @@ -29,7 +29,7 @@ $ grep -q timeshift-autosnap /etc/portage/bashrc || echo "function pre_pkg_setup src_unpack() { default - mv ${WORKDIR}/timeshift-autosnap-${PV}* ${WORKDIR}/timeshift-autosnap-${PV} + mv "${WORKDIR}"/timeshift-autosnap-${PV}* "${WORKDIR}"/timeshift-autosnap-${PV} || die } src_compile(){