Skip to content

Conversation

@pevik
Copy link

@pevik pevik commented Sep 16, 2015

Please merge this fix. Because you don't initialize i variable, script broke, if user have it defined as string (path for example).

Test broken behaviour which pull request fixes:
export i=/tmp/; ./v
./v: line 36: /tmp/: syntax error: operand expected (error token is "/tmp/")
./v: line 43: [: /tmp/: integer expression expected

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
This fixes cases, when user has $i defined as environment variable.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant