[SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (c49df71d78408edb502d5cac99f75e345711f2e0)

Vlad Glagolev scm at sourcemage.org
Sun Jun 12 08:10:55 EDT 2011


GIT changes to devel-xorg-modular grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 disk/udev/CONFIGURE |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 060ac7bb5b43587dd4665633003aeeb2077f63c5
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    udev: killed syntax errors

diff --git a/disk/udev/CONFIGURE b/disk/udev/CONFIGURE
index eee38ca..83005ed 100755
--- a/disk/udev/CONFIGURE
+++ b/disk/udev/CONFIGURE
@@ -8,9 +8,9 @@ config_query_option UDEV_OPTS \
 # Bug #15994
 #
 if list_find "$UDEV_OPTS" '--enable-extras'; then
-  list_remove UDEV_OPTS '--enable-extras' &&
+  list_remove UDEV_OPTS '--enable-extras'
 elif list_find "$UDEV_OPTS" '--disable-extras'; then
-  list_remove UDEV_OPTS '--disable-extras' &&
+  list_remove UDEV_OPTS '--disable-extras'
 fi &&
 #
 # End Bug #15994


More information about the SM-Commit mailing list