Closed lwilletts closed 8 years ago
./closest.sh: 39: ./closest.sh: Syntax error: word unexpected (expecting ")")
Please try your patch before submitting.
Oops, Fixed.
For future reference, test ! -z is the same as test -n
test ! -z
test -n
Yes, I am aware, but prefer using the ! symbol to indicate to me 'NOT' empty.
Please try your patch before submitting.