diff options
Diffstat (limited to 'bin/guiscripts')
| -rwxr-xr-x | bin/guiscripts/lh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/lh b/bin/guiscripts/lh index fd7f573..46a04a8 100755 --- a/bin/guiscripts/lh +++ b/bin/guiscripts/lh @@ -7,7 +7,7 @@  # otherwise it opens link in browser.  [ "${url:=$1}" ] || url="$(clipo)" -herbe "_linkhandler" "$url" +herbe "_linkhandler" "$url" &   case "$url" in      file://*)   | 
