Commit fd9ff333 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "configure: Use "cat -n" instead of "pr -n -t""

parents 87a3129e 8ed6277f
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -41,7 +41,7 @@ log(){ ...@@ -41,7 +41,7 @@ log(){
log_file(){ log_file(){
log BEGIN $1 log BEGIN $1
pr -n -t $1 >>$logfile cat -n $1 >>$logfile
log END $1 log END $1
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment