From 900fe672a53d126acaa2e4610b9fb4e0ff25c11b Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 28 Jun 2010 09:06:45 +0000 Subject: [PATCH] Make dir listings a bit prettier by replacing [-_] with spaces. --- bin/corehandlers.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc index f471929..5f518d0 100644 --- a/bin/corehandlers.rc +++ b/bin/corehandlers.rc @@ -75,9 +75,9 @@ fn dir_listing_handler { d=`{basename -d $1} if(~ $#d 0) d='/' - echo $d|sed 's,.*//,,g; s,/$,,; s,/, / ,g; s,.*,

&