mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Don't test with one argument
[ci skip]
This commit is contained in:
@@ -24,7 +24,7 @@ function __fish_adb_run_command -d 'Runs adb with any -s parameters already give
|
||||
set -l cmd (commandline -poc)
|
||||
set -e cmd[1]
|
||||
for i in $cmd
|
||||
if test $sopt_is_next
|
||||
if test -n "$sopt_is_next"
|
||||
set sopt -s $i
|
||||
break
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user