diff options
Diffstat (limited to 'tools/find_action.nom')
| -rwxr-xr-x | tools/find_action.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/find_action.nom b/tools/find_action.nom index 21482d3..c51a144 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -11,7 +11,7 @@ use "lib/consolecolor.nom" %stub = (command line args).1 say "Looking for stub: \%stub..." -%files = ((command line args).% for % in 2 to (size of (command line args))) +%files = [: for % in 2 to (size of (command line args)): add (command line args).%] for %path in %files: for file %filename in %path: unless (%filename::matches "%.nom$"): do next %filename |
