From d242a09dae35e64e81ab84b823cef86158ddf39a Mon Sep 17 00:00:00 2001 From: Paul Traina 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 003b5f8ad9d9..ea19d10bdc9d 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.2.3