From d242a09dae35e64e81ab84b823cef86158ddf39a Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sat, 29 Jul 1995 18:43:52 +0000 Subject: [PATCH] Only execute /usr/games/fortune if it's there. --- share/skel/dot.login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/skel/dot.login b/share/skel/dot.login index 003b5f8ad9d..ea19d10bdc9 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -5,4 +5,4 @@ eval `tset -s -m 'network:?xterm'` unset noglob stty status '^T' crt -tostop -/usr/games/fortune +if (-x /usr/games/fortune) /usr/games/fortune