Bisa / factorio-init

Factorio init script
MIT License
419 stars 85 forks source link

Add missing quotes and strip trailing whitespace #78

Closed eliihen closed 8 years ago

eliihen commented 8 years ago

What

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.