mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
diff-remove-abspath: Remove capture of windows drive letters from POSIX regex
This commit is contained in:
parent
e4dbba20a4
commit
9cc7b05064
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
sed -E 's#/+#/#g' |
|
sed -E 's#/+#/#g' |
|
||||||
sed -E 's#[^( ]*testing_btest#<___>testing_btest#' |
|
sed -E 's#[^( ]*testing_btest#<___>testing_btest#' |
|
||||||
sed -E 's#([a-zA-Z]:)?/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\3#g'
|
sed -E 's#/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\2#g'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue