Closed eliihen closed 8 years ago
This PR fixes an issue when running the factorio script without any arguments. See this example:
[factorio@freya factorio-init]# ./factorio ./factorio: line 49: [: ==: unary operator expected
It also removes trailing whitespace in the same file.
What
This PR fixes an issue when running the factorio script without any arguments. See this example:
It also removes trailing whitespace in the same file.