remove bashism, isnt needed anyway - ii - irc it, simple FIFO based irc client
HTML git clone git://git.suckless.org/ii
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 53500aea6ecee6f8ed5a220ed1cf39fe2970e588
DIR parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
HTML Author: Nico Golde <nion@suckless.org>
Date: Sat, 23 May 2009 17:17:46 +0200
remove bashism, isnt needed anyway
Diffstat:
M query.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/query.sh b/query.sh
@@ -20,7 +20,7 @@ do
# strip server, nickserv and channel out files
echo $i | egrep -v -i "nickserv|#|$IRCPATH/(irc\.freenode\.net|irc\.oftc\.net)/out" > /dev/null 2>&1
if [ $? -ne 1 ]; then
- echo -e "new data in: $i\n========================================================"
+ echo "new data in: $i\n========================================================"
tail -5 $i
fi
fi