diff options
Diffstat (limited to 'lib/tools/install.nom')
| -rwxr-xr-x | lib/tools/install.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/install.nom b/lib/tools/install.nom index afd6069..f84416d 100755 --- a/lib/tools/install.nom +++ b/lib/tools/install.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V7.0.0 - ### A tool to install third party Nomsu packages @@ -57,4 +56,5 @@ 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"
\ No newline at end of file |
