commit 53500aea6ecee6f8ed5a220ed1cf39fe2970e588
parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
Author: Nico Golde <nion@suckless.org>
Date: Sat, 23 May 2009 17:17:46 +0200
remove bashism, isnt needed anyway
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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