diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-11-03 12:27:07 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-11-03 12:28:00 +0100 |
commit | 10eccecfd100f87131399a2e615856e07a8fd14f (patch) | |
tree | ad665b52b53705bd74509f24d909b5edb65c5e5c /app-backup | |
parent | x11-drivers/OpenTabletDriver-bin: fix dependency.unknown (diff) | |
download | guru-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.ebuild | 2 |
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(){ |