From 18126da9c538046a93715d829722c818773b9ac1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 Aug 2018 14:16:09 -0700 Subject: Auto-upgraded to 3.7 --- tools/replace.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/replace.nom') diff --git a/tools/replace.nom b/tools/replace.nom index 3140675..76617cf 100755 --- a/tools/replace.nom +++ b/tools/replace.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.5.5 +#!/usr/bin/env nomsu -V3.7.5.6 # Tool to find and replace one tree with another. nomsu tools/replace.nom [-i] tree_to_replace replacement file1 file2 directory1 ... @@ -13,7 +13,7 @@ if (%args.1 is "-i"): %inplace = (yes) %args::remove index 1 -if ((length of %args) < 3): +if ((size of %args) < 3): say "Usage: nomsu tools/replace.nom [-i] tree_to_replace replacement files..." lua> "os.exit(1)" -- cgit v1.2.3