media: radio: s610: fix indentation warning
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / scripts / decode_stacktrace.sh
index 64220e36ce3b92daaf66903360282a47e9dc8818..98a7d63a723e3bf49b8d4542ea5d5da090ca64c3 100755 (executable)
@@ -78,7 +78,7 @@ parse_symbol() {
        fi
 
        # Strip out the base of the path
-       code=${code//$basepath/""}
+       code=${code//^$basepath/""}
 
        # In the case of inlines, move everything to same line
        code=${code//$'\n'/' '}