Przeglądaj źródła

though sticking to |uniq

master
Anselm R Garbe 16 lat temu
rodzic
commit
6423288394
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Wyświetl plik

@@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
done | sort -u > "$CACHE".$$ &&
done | sort | uniq > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi



Ładowanie…
Anuluj
Zapisz