summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-08 00:28:41 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-08 00:28:41 -0800
commit88c078aa4093e3e51fa01191c0c81b5255330ae9 (patch)
tree4eb6dcee36311306d42b3dc6c215970ce65b4f15
parentx11-misc/xwallpaper: drop 0.7.2 (diff)
downloadgentoo-88c078aa4093e3e51fa01191c0c81b5255330ae9.tar.gz
gentoo-88c078aa4093e3e51fa01191c0c81b5255330ae9.tar.bz2
gentoo-88c078aa4093e3e51fa01191c0c81b5255330ae9.zip
x11-misc/xwallpaper: use [[ ]] syntax
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild
index 6dd9570a8745..82ae178851d7 100644
--- a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild
+++ b/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild
@@ -8,7 +8,7 @@ inherit autotools
DESCRIPTION="Wallpaper setting utility for X"
HOMEPAGE="https://github.com/stoeckmann/xwallpaper"
-if [ ${PV} == "9999" ] ; then
+if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
else