swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 1718321015a6ee8f4e9d64c341969e7b6fc9d54a
parent 21008b0c81440330af55f0de1486be8642ce1efb
Author: uriel@soma <unknown>
Date:   Fri, 13 Mar 2009 10:51:43 +0000

Change the order in which redirects are evaluated, so one can override them on config files.
Diffstat:
Mbin/wercconf.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/wercconf.rc b/bin/wercconf.rc @@ -3,7 +3,7 @@ fn conf_perm_redirect { if(~ $#* 1) perm_redir_to=$1 if not - perm_redir_patterns=($perm_redir_patterns $1 $2) + perm_redir_patterns=($1 $2 $perm_redir_patterns) } fn conf_hide_paths {