From e665d9725c4bb02f4c18d16527367f424cb880fa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 20 Mar 2019 15:55:57 -0700 Subject: Auto-updated to 7.0.0 syntax and removed some shims. --- lib/tools/list.nom | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/tools/list.nom') diff --git a/lib/tools/list.nom b/lib/tools/list.nom index 8e7c3ac..77bb8a7 100644 --- a/lib/tools/list.nom +++ b/lib/tools/list.nom @@ -1,5 +1,6 @@ -#!/usr/bin/env nomsu -V6 -# +#!/usr/bin/env nomsu -V7.0.0 + +### A tool to list installed third party Nomsu packages Usage: @@ -17,4 +18,4 @@ command line program with $args: for $f in ($packages, lines): if ($f != ""): $f = ($f, with "%.nom$" -> "") - say " * \$f" + say " * \$f" \ No newline at end of file -- cgit v1.2.3