mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Script fix for Linux.
This commit is contained in:
parent
775961ee15
commit
f2e60a76a8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Get us "modern" regexps with sed.
|
||||
if [ `uname` == "Linux" ]; then
|
||||
sed="sed"
|
||||
sed="sed -r"
|
||||
else
|
||||
sed="sed -E"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue