From cd6ef599be54727e4f352b8d862c7a4dc4186b90 Mon Sep 17 00:00:00 2001 From: pst Date: Sat, 29 Jul 1995 18:43:52 +0000 Subject: Only execute /usr/games/fortune if it's there. --- share/skel/dot.login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/skel') diff --git a/share/skel/dot.login b/share/skel/dot.login index 003b5f8..ea19d10 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 -- cgit v1.1