summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon/scripts/coresight-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/coresight-test.sh b/common/scripts/coresight-test.sh
index 930b7aa..318b812 100755
--- a/common/scripts/coresight-test.sh
+++ b/common/scripts/coresight-test.sh
@@ -6,8 +6,8 @@ CORESIGHT_PATH="/sys/bus/coresight/devices"
echo "ls $CORESIGHT_PATH"
ls $CORESIGHT_PATH
-echo -e "SOURCE\tSINK\tRESULT"
-echo -e "------\t----\t------"
+echo -e "SOURCE\t\tSINK\t\tRESULT"
+echo -e "------\t\t----\t\t------"
for SOURCE in `ls $CORESIGHT_PATH | egrep "etm|ptm"` ; do
for SINK in `ls $CORESIGHT_PATH | egrep "etb|tpiu"` ; do