Skip to content

Commit

Permalink
tar: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 16, 2016
1 parent 0b7189d commit 7ab05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/tar
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ _posix_tar()

_tar()
{
local cmd=${COMP_WORDS[0]} output line
local cmd=${COMP_WORDS[0]} line
read line <<<"$($cmd --version)"
case "$line" in
*GNU*)
Expand Down

0 comments on commit 7ab05bf

Please sign in to comment.