Skip to content

Commit

Permalink
Change method semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Nov 11, 2016
1 parent f2fab41 commit 402c714
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/tcl/bash2tcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ source bashlet datatype/number

function bashlets_tcl_bash2tcl_convert_list()
{
local listname="$1" ; shift
local list

for x in "$@"
Expand All @@ -50,7 +49,7 @@ function bashlets_tcl_bash2tcl_convert_list()
}
done

echo "set $listname {$list}"
echo "{$list}"
}

# Local variables:
Expand Down

0 comments on commit 402c714

Please sign in to comment.