From fe1e7b62c14e3391266fb72c6ec883ede9085e29 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 1 Nov 2012 19:38:03 +0000 Subject: The test fails with "exit 1" if /usr/games/fortune doesn't actually exist. Fix that. PR: conf/71994 Submitted by: Mikael Eklund Reviewed by: crees Reviewed by: jilles Approved by: cperciva (implicit) MFC after: 3 days --- etc/root/dot.login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/root/dot.login b/etc/root/dot.login index 3032ef9..3a011ea 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -6,4 +6,4 @@ # # Uncomment to display a random cookie each login: -# [ -x /usr/games/fortune ] && /usr/games/fortune -s +# if ( -x /usr/games/fortune ) /usr/games/fortune -s -- cgit v1.1