DO NOT REPLY [Bug 6169] Syntax Error in runtests.sh "ssh-basic.test" script

samba-bugs at samba.org samba-bugs at samba.org
Fri Mar 6 15:19:32 GMT 2009


https://bugzilla.samba.org/show_bug.cgi?id=6169


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from wayned at samba.org  2009-03-06 09:19 CST -------
Whatever shell that is is broken, because '[' is just a program name (though
often a built-in these days), and the syntax, "if ! program; then ... fi" is
legal.  However, that "if" was a bit convoluted with a ! prior to an equality
comparison, and I changed it into an inequality comparison without the prefixed
"!".

Thanks!


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list