antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/src ACE


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src ACE
Date: Tue, 04 Apr 2006 03:00:44 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 06/04/04 03:00:43

Modified files:
        src            : ACE 

Log message:
        Fixed invalid comparison notation in test statement within CD_Player().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/src/ACE.diff?tr1=1.70&tr2=1.71&r1=text&r2=text

Patches:
Index: antiright/src/ACE
diff -u antiright/src/ACE:1.70 antiright/src/ACE:1.71
--- antiright/src/ACE:1.70      Tue Apr  4 02:18:26 2006
+++ antiright/src/ACE   Tue Apr  4 03:00:43 2006
@@ -398,7 +398,7 @@
     local xmcd_path="$(which xmcd)"
 
     # This allows the conditional to work with NetBSD's which command.
-    if [ "$(echo $xmcd_path | cut -d ' ' -f 1)" == "no" ]; then
+    if [ "$(echo $xmcd_path | cut -d ' ' -f 1)" = "no" ]; then
        xmcd_path=""
     fi
     # Run xmcd if available.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]