From d10739031cbd3078c97d3f3b30984fa84a9b6951 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Thu, 14 Mar 2013 11:22:23 -0400 Subject: [PATCH] Add tab to output in order to allow easy nesting of tables. Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers --- scripts/urcu-api-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/urcu-api-list.sh b/scripts/urcu-api-list.sh index 5517155..3d15048 100755 --- a/scripts/urcu-api-list.sh +++ b/scripts/urcu-api-list.sh @@ -227,7 +227,7 @@ do rm $T/$tag/call_rcu fi ( ls $T/$tag; ls $T/$lasttag ) | sort | uniq -u | - awk -v tag=$tag '{ print "" $1 "" tag "" }' + awk -v tag=$tag '{ print "\t" $1 "" tag "" }' lasttag=$tag done -- 2.34.1