zsh: correct sbuild snippet
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bc90303dc1
commit
4e8515debe
@ -41,6 +41,7 @@ krd-sbuild() {
|
||||
for i ; do
|
||||
## naive splitting args and env
|
||||
case "$i" in
|
||||
-*) sbuild_args+=( $i ) ;;
|
||||
*=* ) sbuild_env+=( $i ) ;;
|
||||
*) sbuild_args+=( $i ) ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user