commit: 4b9d234baaee653fceff7c3a7fa85cc704b101ef
Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Fri Apr 15 05:25:52 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 05:27:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b9d234b
gui-apps/somebar: use double brackets not single
Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
gui-apps/somebar/somebar-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/somebar/somebar-9999.ebuild
b/gui-apps/somebar/somebar-9999.ebuild
index 9ddcc25da..9cbda0620 100644
--- a/gui-apps/somebar/somebar-9999.ebuild
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
src_prepare() {
default
use savedconfig && restore_config src/config.hpp
- [ -f src/config.hpp ] || cp src/config.def.hpp src/config.hpp
+ [[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
}
src_install() {