New commits:
commit 3d43610193c23e2357528fd00b89a87ea88c91d9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
dbus: Fix trailing "&&" in DEPENDS
diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index 64c203f..3b8a0e6 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -62,5 +62,5 @@ fi &&
if is_depends_enabled "${SPELL}" "libx11"; then
depends libsm &&
depends libice
-fi &&
+fi
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index aa5c6f4..248e5c8 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2023-09-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Fix trailing '&&'
+
2023-09-05 Pavel Vinogradov <public AT sorcemage.org>
* DEPENDS: stable dbus branch needs autoconf, autoconf-archive and
automake
if elogind dependency is selected, ' -> ""
[SM-Commit] GIT changes to master grimoire by Eric Sandall (3d43610193c23e2357528fd00b89a87ea88c91d9),
Eric Sandall, 09/12/2023