https://bugzilla.mindrot.org/show_bug.cgi?id=2105

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2270|ok?([email protected])     |ok+
              Flags|                            |

--- Comment #4 from Darren Tucker <[email protected]> ---
Comment on attachment 2270
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2270
Fix usage message

>+  if test $? -ne 0 -o "x$L_TMP_ID_FILE" = "x" ; then

I think there are some shells that don't do -o.  We avoid it in
configure and instead use something like

test $? -ne 0 || test "x$L_TMP_ID_FILE" = "x"

other than that, ok

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to