diff options
-rw-r--r-- | bash_completion/adb.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion/adb.bash b/bash_completion/adb.bash index d4d7b4e..3c5ea00 100644 --- a/bash_completion/adb.bash +++ b/bash_completion/adb.bash @@ -341,7 +341,7 @@ _adb_util_list_files() { _adb_util_complete_local_file() { - local file xspec i j + local file xspec i j IFS=$'\n' local -a dirs files file=$1 |