From 7859ef43d8cbacfc7e9f42c96782f8ac7e64189c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 12 Feb 2006 12:14:14 +0100 Subject: [PATCH] fn items in wmiirc now pipes the result to uniq as well --- rc/wmiirc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/wmiirc b/rc/wmiirc index 5a18fc3a..2ccf5ffd 100755 --- a/rc/wmiirc +++ b/rc/wmiirc @@ -94,7 +94,7 @@ fn items { echo `{basename $file} } } - } | sort + } | sort | uniq } rm -f /tmp/ns.$USER.$DISPLAY/p.menu @ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu &