mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
Merge branch 'master' of https://github.com/ikeydoherty/osc
This commit is contained in:
5
dist/osc.complete
vendored
5
dist/osc.complete
vendored
@@ -437,8 +437,9 @@ build)
|
||||
done
|
||||
fi
|
||||
if ((count == 2)) ; then
|
||||
specs=($(command ls *.spec))
|
||||
builtin compgen -W "${opts[*]} ${specs[*]}" -- "${cmdline[count]}"
|
||||
specs=($(command ls *.spec 2>/dev/null))
|
||||
images=($(command ls *.kiwi 2>/dev/null))
|
||||
builtin compgen -W "${opts[*]} ${specs[*]} ${images[*]}" -- "${cmdline[count]}"
|
||||
fi
|
||||
;;
|
||||
branch|getpac|bco|branchco)
|
||||
|
Reference in New Issue
Block a user