Re: install.sub: reuse variable, simpler printing
On Tue, Sep 20, 2022 at 03:38:50PM +, Klemens Nanni wrote: > While here, fold a long loop into a single printf for readability: Please disregard the printf bits.
install.sub: reuse variable, simpler printing
show_cols() (a cheap column(1) version) has its own local _cdir=/tmp/i/cdir so replace one hardcoded occurence with the variable. While here, fold a long loop into a single printf for readability: $ ALLSETS='bsd bsd.rd base72.tgz ...' $ for _n in $ALLSETS; do echo $_n; do