Browse Source

Use join strategy when pulling a bookmark

Alois Mahdal 9 years ago
parent
commit
9026c82120
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ffoo/saturnin_www.sh

+ 1
- 1
src/ffoo/saturnin_www.sh View File

@@ -150,7 +150,7 @@ kw2uri() {
150 150
             debug -v fmt
151 151
             printf "$fmt\n" "$query"
152 152
         else
153
-            inigrep -1 -p www.bookmark.$kw
153
+            inigrep -j -1 -p www.bookmark.$kw
154 154
         fi
155 155
     done
156 156
 }