forked from lda/telodendria
Use spaces instead of tabs. Tabs don't work over SSH?
This commit is contained in:
parent
472a6ccbf7
commit
148706b517
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ recipe_build() {
|
|||
|
||||
if [ $(mod_time "$src") -ge $(mod_time "$obj") ]; then
|
||||
if [ -t 1 ]; then
|
||||
printf "CC %s\t\t\t\r" "$(basename $obj)"
|
||||
printf "CC %s%*c\r" "$(basename $obj)" "16" " "
|
||||
else
|
||||
echo "CC $(basename $obj)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue