Commit 7f39cdc8 authored by neil's avatar neil
Browse files

fix format

parent a51025fe
......@@ -925,7 +925,7 @@ _sed_i() {
_egrep_o() {
if _exists egrep; then
egrep -o "$1" 2>/dev/null;
egrep -o "$1" 2>/dev/null
else
sed -n 's/.*\('"$1"'\).*/\1/p'
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment