[Xfce-bugs] [Bug 3089] New: The test for variable SERVERRC has a syntax error

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Apr 1 20:06:23 CEST 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3089

           Summary: The test for variable SERVERRC has a syntax error
           Product: Xfce
           Version: 4.4.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: xfce-utils
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: william at wbonnet.net


User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.8.1.3)
Gecko/20070321 Firefox/2.0.0.3
Build Identifier: 

The following test is not valid

if ! test x"$SERVERRC" = x""

it should be 

if test ! x"$SERVERRC" = x""


Reproducible: Always


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list