aboutsummaryrefslogtreecommitdiff
path: root/scripts/compiledb-full-path-mingw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compiledb-full-path-mingw.sh')
-rwxr-xr-xscripts/compiledb-full-path-mingw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compiledb-full-path-mingw.sh b/scripts/compiledb-full-path-mingw.sh
index 8f95756..be45ca7 100755
--- a/scripts/compiledb-full-path-mingw.sh
+++ b/scripts/compiledb-full-path-mingw.sh
@@ -10,4 +10,4 @@ fixpath () {
fixpath arm-none-eabi-gcc
fixpath arm-none-eabi-objcopy
-sed "s#\"/c/#\"C:/#g" -i "$COMPILEDB_FILE"
+sed 's#"/\(.\)/#"\U\1:/#g' -i "$COMPILEDB_FILE" \ No newline at end of file