Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Mar 2, 2020
1 parent dfd3405 commit bb46ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ function cpython_path {
if [ $(lex_ver $py_ver) -ge $(lex_ver 3.4) ] ||
[ "$u_width" == "16" ]; then
u_suff=""
elif [ "$u_width" == ""]; then
elif [ "$u_width" == "" ]; then
u_width="32"
elif [ "$u_width" != "32" ]; then
echo "Incorrect u_width value $u_width"
Expand Down

0 comments on commit bb46ec2

Please sign in to comment.