From 31370c7d132c8b451afa407f70dae246965f2f8d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 6 Aug 1998 15:51:46 +0000 Subject: fix fortune call; matter@superlink.net --- 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 bdbc7506830..2bddc137b0e 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -12,4 +12,4 @@ set ignoreeof setenv EXINIT 'set ai sm noeb' setenv HOSTALIASES $HOME/.hostaliases -/usr/games/fortune +if ( -x /usr/games/fortune) /usr/games/fortune -- cgit v1.2.3