commit:     10eccecfd100f87131399a2e615856e07a8fd14f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 11:27:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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(){

Reply via email to