mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix diff-remove-abspath on OSX
\t does not work on OS-X and just matches the letter t. This commit replaces it with a literal tab instead.
This commit is contained in:
parent
f3482efb1d
commit
7040e30431
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$sed 's#/+#/#g' | \
|
$sed 's#/+#/#g' | \
|
||||||
$sed 's#/([^\t :/]{1,}/){1,}([^\t :/]{1,})#<...>/\2#g'
|
$sed 's#/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\2#g'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue