Fix silly syntax error, thanks anothy for the bug repport and squeek for the fix
This commit is contained in:
parent
62ae03cd3b
commit
577fc647e5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,;'
|
||||||
fn menu {
|
fn menu {
|
||||||
lsArgs = ( '-F' )
|
lsArgs = ( '-F' )
|
||||||
# XXX will not work properly for $#blogDirs > 1 and matching is hackish
|
# 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)
|
lsArgs = ($lsArgs -r)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue