aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/decode_stacktrace.sh')
-rwxr-xr-xscripts/decode_stacktrace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh
index 64220e36ce3b..98a7d63a723e 100755
--- a/scripts/decode_stacktrace.sh
+++ b/scripts/decode_stacktrace.sh
@@ -78,7 +78,7 @@ parse_symbol() {
78 fi 78 fi
79 79
80 # Strip out the base of the path 80 # Strip out the base of the path
81 code=${code//$basepath/""} 81 code=${code//^$basepath/""}
82 82
83 # In the case of inlines, move everything to same line 83 # In the case of inlines, move everything to same line
84 code=${code//$'\n'/' '} 84 code=${code//$'\n'/' '}