From 577fc647e5242c01ef7d7d96812fd79f3ea9f7fd Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 15 Jun 2008 20:41:32 +0200 Subject: [PATCH] Fix silly syntax error, thanks anothy for the bug repport and squeek for the fix --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index 57638c3..3cdade1 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -32,7 +32,7 @@ dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,;' 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 + if ( (! ~ $#inBlog 0) || ! ~ $#blogDirs 0 && (~ $blogDirs^/ *$1 *$1/) ) { # Work in progress XXX lsArgs = ($lsArgs -r) }