Be more portable for fortune(6)

This commit is contained in:
Pierre Pronchery 2017-10-16 13:35:49 +02:00
parent 7f3a81d809
commit 115bfc14c0

View File

@ -26,7 +26,7 @@ NOTICE="/NOTICE"
PROGNAME="deforaos-irc.sh" PROGNAME="deforaos-irc.sh"
QUIT="/QUIT" QUIT="/QUIT"
#executables #executables
FORTUNE="fortune -s -n 50" FORTUNE="fortune -s"
HEAD="head" HEAD="head"
II="ii -i $PREFIX" II="ii -i $PREFIX"
KILL="kill" KILL="kill"