From f69578a99c49801c07ed37a400795071b1c4eb88 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 9 Jul 2008 07:23:46 +0200 Subject: [PATCH] Comment out blog post reverse chronological ordering which wasn't working consistently and was creating other problems --- bin/controller.rc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/controller.rc b/bin/controller.rc index 1420afe..00f2c0e 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -38,9 +38,10 @@ fn hide_paths { fn menu { lsArgs = ('-F') # XXX will not work properly for $#blogDirs > 1 and matching is hackish - if ( ! ~ $#inBlog 0 || { ! ~ $#blogDirs 0 && ~ $blogDirs^/ *$1 *$1/ } ) { # Work in progress XXX - lsArgs = ($lsArgs -r) - } + # XXX Work in progress, doesn't work well enough to be usable: too inconsistent, doesn't handle corner cases well at all + #if ( ! ~ $#blogDirs 0 && ~ $blogDirs^/ *$1 *$1/ ) { + # lsArgs = ($lsArgs -r) + #} ls $lsArgs $1 | sed $dirfilter | awk -F/ ' BEGIN { print "" }