Commit fe2ccb30 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3397 from peteches/master

Fixed output issues webith websearch plugin.
parents c63f27a9 1d2c1e8a
...@@ -37,8 +37,7 @@ function web_search() { ...@@ -37,8 +37,7 @@ function web_search() {
done done
url="${url%?}" # remove the last '+' url="${url%?}" # remove the last '+'
nohup $open_cmd "$url" nohup $open_cmd "$url" >/dev/null 2&>1
rm nohup.out
} }
......
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