On Tue, 27 Sep 2022 13:49:10 -0000, Klemens Nanni wrote: > The double quotes retain the newlines; without them column(1) would > print a single line (possibly longer than 80 chars).
Don't you also need double quotes around $_CKPATCH:
if [[ -n $_CKPATCH ]]; then
in case it contains multiple words?
- todd
