diff options
author | 1998-08-06 15:51:45 +0000 | |
---|---|---|
committer | 1998-08-06 15:51:45 +0000 | |
commit | f62fb9a9169fdf503903a2a14432e10f3afe877f (patch) | |
tree | 9ea51862b910234ef8859549596eb18342ea737f | |
parent | Some small fixes for non ofw systems (diff) | |
download | wireguard-openbsd-f62fb9a9169fdf503903a2a14432e10f3afe877f.tar.xz wireguard-openbsd-f62fb9a9169fdf503903a2a14432e10f3afe877f.zip |
fix fortune call; matter@superlink.net
-rw-r--r-- | share/skel/dot.login | 2 |
1 files changed, 1 insertions, 1 deletions
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 |