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.
|
# Get us "modern" regexps with sed.
|
||||||
if [ `uname` == "Linux" ]; then
|
if [ `uname` == "Linux" ]; then
|
||||||
sed="sed"
|
sed="sed -r"
|
||||||
else
|
else
|
||||||
sed="sed -E"
|
sed="sed -E"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue