Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 711 → Rev 712

/video-contact-sheet/trunk/dist/vcs
1846,7 → 1846,7
# Co fails silently on FreeBSD, colors (interpreted as columns) prints 80,
# On Linux colors prints -1, columns prints 80
# NOTE: If the terminal type is unknown tput will error with a message
if [[ '80' != "$(tput -T vt100 colors)" ]] || ; then
if [[ '80' != "$(tput -T vt100 colors)" ]] ; then
# colors is interpreted literally
tputc=$(tput colors)
fi