Browse Source

Join configs when looking for query

Alois Mahdal 10 years ago
parent
commit
62a5c867c4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh View File

@@ -123,7 +123,7 @@ kw2uri() {
123 123
         debug -v kw query
124 124
         if test -n "$query";
125 125
         then
126
-            local fmt=$(cfgrep -1 -p www.query.$kw)
126
+            local fmt=$(cfgrep -j -1 -p www.query.$kw)
127 127
             debug -v fmt
128 128
             printf "$fmt\n" "$query"
129 129
         else