From 271ca53febdf948e15bdc1472c9e8763fc4b9ef9 Mon Sep 17 00:00:00 2001 From: k1574 Date: Thu, 29 Jul 2021 13:07:03 +0500 Subject: [PATCH] Fixed "aes" error output. --- profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile b/profile index cc4399e..22ba52c 100644 --- a/profile +++ b/profile @@ -70,7 +70,7 @@ xmodmap = $lib/xmodmap switch( `{uname} ){ case ( Linux NetBSD DragonFly OpenBSD FreeBSD ) # On Unix-like systems. - if(which aes > /dev/null){ + if(which aes >/dev/null >[2=1]){ LESS_TERMCAP_md = `{aes fg-red bold } LESS_TERMCAP_me = `{aes end} LESS_TERMCAP_us = `{aes fg-green bold} @@ -123,6 +123,7 @@ fn ll { cdfile = $tmp/cdfile +if(! test -d `{dirname $cdfile}) mkdir `{dirname $cdfile} if(! test -r $cdfile) touch $cdfile fn ucds {