Make intermittent failure message have content

This commit is contained in:
Matthew McPherrin 2012-10-18 13:26:18 -04:00
parent 60a2bf2d06
commit db45fc64d4
1 changed files with 1 additions and 1 deletions

2
irc
View File

@ -10,6 +10,6 @@ if [ $R -ne 0 ]; then
echo $D
echo $D | $HOME/bin/ircpipe irc.freenode.net \#csc
else
echo "Intermittent failure: $D"
echo "Intermittent failure: $D0"
fi
fi