Merge "configure: Use "cat -n" instead of "pr -n -t""
This commit is contained in:
commit
fd9ff3336b
@ -41,7 +41,7 @@ log(){
|
||||
|
||||
log_file(){
|
||||
log BEGIN $1
|
||||
pr -n -t $1 >>$logfile
|
||||
cat -n $1 >>$logfile
|
||||
log END $1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user