Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
ryandesign committed Feb 12, 2017
1 parent b187a11 commit c633c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpbb-list-subports
Expand Up @@ -32,7 +32,7 @@ print-subports() {
# $option_prefix is set in mpbb
# shellcheck disable=SC2154
tclsh=${option_prefix}/bin/port-tclsh
# $optoin_prefix is set in mpbb
# $option_prefix is set in mpbb
# shellcheck disable=SC2154
ports=$("${option_prefix}/bin/port" -q info --index --line --name "${portname}" "subportof:${portname}" 2>/dev/null) || return
for port in $ports; do
Expand Down

0 comments on commit c633c3f

Please sign in to comment.