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,.*,
&
,'
# Symlinks suck: '/.' forces ls to list the linked dir if $d is a symlink.
- ls -F $d/. | sed $dirfilter$dirclean' s,.*/([^/]+/?)$,- \1
,'
+ ls -F $dir_listing_ls_opts $d/. | sed $dirfilter$dirclean' s,.*/([^/]+/?)$,- \1
,'
echo '
'
}