Skip to content
Snippets Groups Projects
Unverified Commit 09abd528 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Merge branch 'some-error-handling'

parents ed456d20 3c5e3234
No related branches found
No related tags found
No related merge requests found
......@@ -1217,6 +1217,7 @@ known_tool_versions() {
mytool=$1
meta_file="$(get_meta_version_file)"
[ -z "${meta_file}" ] && die "failed to get meta file"
awk "
NF {
......@@ -1240,6 +1241,7 @@ known_tool_tags() {
mytool=$1
meta_file="$(get_meta_version_file)"
[ -z "${meta_file}" ] && die "failed to get meta file"
awk "
NF {
......@@ -1744,6 +1746,7 @@ list() {
criteria=$3
meta_file="$(get_meta_version_file)"
[ -z "${meta_file}" ] && die "failed to get meta file"
if ! ${raw_format} ; then
printf "\\033[1;32m%s\\033[0m\\n" "Available versions:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment