Skip to content

Commit 7ab05bf

Browse files
committed
tar: Remove unused variable
1 parent 0b7189d commit 7ab05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/tar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ _posix_tar()
696696

697697
_tar()
698698
{
699-
local cmd=${COMP_WORDS[0]} output line
699+
local cmd=${COMP_WORDS[0]} line
700700
read line <<<"$($cmd --version)"
701701
case "$line" in
702702
*GNU*)

0 commit comments

Comments
 (0)