Browse Source

Use join strategy when pulling a bookmark

Alois Mahdal 10 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
             debug -v fmt
150
             debug -v fmt
151
             printf "$fmt\n" "$query"
151
             printf "$fmt\n" "$query"
152
         else
152
         else
153
-            inigrep -1 -p www.bookmark.$kw
153
+            inigrep -j -1 -p www.bookmark.$kw
154
         fi
154
         fi
155
     done
155
     done
156
 }
156
 }