Minor improvements to convert.sh.

This commit is contained in:
Storm Dragon 2020-08-12 22:05:09 -04:00
parent 4ce3cffaa2
commit c88983051a
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ shift
if [ -z "$units" ]; then
msg "$chan" "I do not have access to units."
else
msg "$chan" "$($units -v $@ | head -n1)"
msg "$chan" "$($units -v ${*#* } | head -n1)"
fi