Closed ThomasAdam closed 9 years ago
Bring the style of ts(1) more inline with bash scripts, by:
Rearranging some test conditions in the form:
[ foo = "$1" ]
to:
[ $1" = "foo" ]
No functional changes made.
See #14 for reasons why I'm closing. Thank you anyhow!
Bring the style of ts(1) more inline with bash scripts, by:
Rearranging some test conditions in the form:
[ foo = "$1" ]
to:
[ $1" = "foo" ]
No functional changes made.