From 5ee9bcb7fb692b7dcbdcd71b38f4166f1ae56d3c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 28 Aug 2018 15:34:45 -0700 Subject: Upgraded version to 3.5.5.6, corresponding to Object Oriented changes. --- tools/find_action.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/find_action.nom') diff --git a/tools/find_action.nom b/tools/find_action.nom index 720899b..fa962e4 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.5.5 +#!/usr/bin/env nomsu -V3.5.5.6 # Find an action by its stub. Usage: nomsu tools/find_action.nom "foo %" file1 file2 directory1 ... @@ -8,7 +8,7 @@ use "lib/os.nom" use "lib/consolecolor.nom" %stub = (command line args).1 -say "Looking for stub: \%stub (from \(command line args))" +say "Looking for stub: \%stub..." %files = ((command line args).% for % in 2 to (|| (command line args) ||)) for %path in %files: for file %filename in %path: -- cgit v1.2.3