dash-0.5.8 bug report

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

 



Hello there,

eval.c:273:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]

        if (!exitstatus == isor)

Maybe

        if (exitstatus != isor)

was intended.

Regards

David Binderman

 		 	   		  --
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux