2

The bash script line:

for ((i = 0 ; i < ${#v1parts[@]} ; i++ )); do

doesn't format properly. The # is incorrectly interpreted as the beginning of a comment.

1 Answer 1

6

That's a problem with google-code-prettify which stackoverflow uses to render code; not with stackoverflow itself.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.