Fix diff-remove-abspath to ignore Windows drive letters

This commit is contained in:
Tim Wojtulewicz 2023-01-18 10:31:58 -07:00 committed by Tim Wojtulewicz
parent 3750396aed
commit d6ce5894a7

View file

@ -9,4 +9,4 @@ else
fi
$sed 's#/+#/#g' |
$sed 's#/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\2#g'
$sed 's#([a-zA-Z]:)?/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\3#g'