remove bashism, isnt needed anyway

This commit is contained in:
Nico Golde 2009-05-23 17:17:46 +02:00
parent 9dfc1526f9
commit 53500aea6e

View File

@ -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