On Wed, Feb 26, 2014 at 6:57 AM, C. L. Martinez <[email protected]>wrote:
> if [ "$cpu_affinity" == "$cpu_affinity_ok" ]; then
>
are you comparing strings or integers?
# man test
STRING1 = STRING2
the strings are equal
INTEGER1 -eq INTEGER2
INTEGER1 is equal to INTEGER2
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

