From 124569d0ce415770385793e00b5cebd47ee4ed3c Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 5 Jul 2017 15:42:33 +0000 Subject: [PATCH] Fix typo introduced in r320672 - check for existence of the right file. Reported by: rpokala@ MFC after: 2 weeks --- etc/root/dot.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 415970546935..9f13f39fc478 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -13,4 +13,4 @@ export PAGER if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi # Uncomment to display a random cookie on each login. -# if [ -x /usr/bin/resizewin ] ; then /usr/bin/fortune -s ; fi +# if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi