Kaynağa Gözat

Join configs when looking for query

Alois Mahdal 10 yıl önce
ebeveyn
işleme
62a5c867c4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh Dosyayı Görüntüle

@@ -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