]> git.seodisparate.com - AnotherAURHelper/commit
Fix unescaped backslash in string
authorStephen Seo <seo.disparate@gmail.com>
Sun, 28 Apr 2024 10:51:42 +0000 (19:51 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sun, 28 Apr 2024 10:51:42 +0000 (19:51 +0900)
commitb6301b6bd233a8ad755cc1b6c98333564a0a0274
treebf33c191cfd17d594f29e47d7c36571ad21f0555
parentb9b0cf33997f51e2e099a6acf5f3a8b1cc73efc5
Fix unescaped backslash in string

String requires literal backslashes in it for bash-expansion to work
properly. The expansion in question removes "/usr/local/bin" from "PATH"
when sccache is invoked to prevent unwanted recursion.
update.py