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""

Showing with 1 addition and 1 deletion
......@@ -41,7 +41,7 @@ log(){
log_file(){
log BEGIN $1
pr -n -t $1 >>$logfile
cat -n $1 >>$logfile
log END $1
}
......
Supports Markdown
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