gensymbol: fix type

This commit is contained in:
Owen Rafferty 2022-03-28 20:17:35 -05:00
parent 369c7b6296
commit 33cdcb45e2
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 1 additions and 1 deletions

View File

@ -3751,7 +3751,7 @@ hplobjs="daxpy dcopy dscal idamax dgemv dtrsv dger dgemm dtrsm"
bu="$3"
if [ "$bu" -eq 0 ] || [ "$bu" -eq 1 ]; then
if [ "$bu" = "0" ] || [ "$bu" = "1" ]; then
bu=""
fi