aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-03 12:27:07 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-03 12:28:00 +0100
commit10eccecfd100f87131399a2e615856e07a8fd14f (patch)
treead665b52b53705bd74509f24d909b5edb65c5e5c /app-backup
parentx11-drivers/OpenTabletDriver-bin: fix dependency.unknown (diff)
downloadguru-10eccecfd100f87131399a2e615856e07a8fd14f.tar.gz
guru-10eccecfd100f87131399a2e615856e07a8fd14f.tar.bz2
guru-10eccecfd100f87131399a2e615856e07a8fd14f.zip
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@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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(){