aboutsummaryrefslogtreecommitdiff
path: root/lib/tools/install.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-20 15:55:57 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-20 15:55:57 -0700
commite665d9725c4bb02f4c18d16527367f424cb880fa (patch)
treeaed161ee6b338c2bad2312591f746459414ccafa /lib/tools/install.nom
parent606fd090002f3d545cbd58440e96624907846f45 (diff)
Auto-updated to 7.0.0 syntax and removed some shims.
Diffstat (limited to 'lib/tools/install.nom')
-rwxr-xr-xlib/tools/install.nom7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/tools/install.nom b/lib/tools/install.nom
index 5eb9a3f..afd6069 100755
--- a/lib/tools/install.nom
+++ b/lib/tools/install.nom
@@ -1,5 +1,6 @@
-#!/usr/bin/env nomsu -V6
-#
+#!/usr/bin/env nomsu -V7.0.0
+
+###
A tool to install third party Nomsu packages
Usage:
@@ -56,4 +57,4 @@ command line program with $args:
$cmd = ($filename, with $patt -> $action.cmd)
run command $cmd
do next $filename
- fail "Not sure what to do with \$filename"
+ fail "Not sure what to do with \$filename" \ No newline at end of file