Selaa lähdekoodia

though sticking to |uniq

master
Anselm R Garbe 16 vuotta sitten
vanhempi
commit
6423288394
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna