From a20b90f0cd2445096867992621fc4e14e5d7a9ad Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 20 Jan 2009 06:55:17 +0100 Subject: [PATCH] Allow to set optional dir listing sorting (ls) options with the config var: dir_listing_ls_opts --- bin/werc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/werc.rc b/bin/werc.rc index 680ce6f..440c0fc 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -81,7 +81,7 @@ fn dir_listing_handler { d=`{basename -d $1} echo $d|sed 's,.*//,,g; s,/$,,; s,/, / ,g; s,.*,

&

' }