From 115bfc14c0b6356b20e719dda49f1597dcf08c64 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 16 Oct 2017 13:35:49 +0200 Subject: [PATCH] Be more portable for fortune(6) --- src/deforaos-irc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deforaos-irc.sh b/src/deforaos-irc.sh index 0b07b92..b7386ab 100755 --- a/src/deforaos-irc.sh +++ b/src/deforaos-irc.sh @@ -26,7 +26,7 @@ NOTICE="/NOTICE" PROGNAME="deforaos-irc.sh" QUIT="/QUIT" #executables -FORTUNE="fortune -s -n 50" +FORTUNE="fortune -s" HEAD="head" II="ii -i $PREFIX" KILL="kill"