From dace2522844898415e3d4e20e0ce88d57a1d4c00 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 20 Jul 2009 20:51:05 +0200 Subject: improved handling of A-flags --- code/runcontext.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/runcontext.rb b/code/runcontext.rb index f39e80d3..aceccb99 100644 --- a/code/runcontext.rb +++ b/code/runcontext.rb @@ -42,7 +42,7 @@ class RunContext end self.flags = flags || '' - if !@all and ( cf = Fm.currentfile ).is_a? Directory::Entry + if @flags.include?( "A" ) and ( cf = Fm.currentfile ).is_a? Directory::Entry @files = [cf] end -- cgit 1.4.1-2-gfad0