9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
if runb; then
|
||
|
qvals dkbuild -c "${DKBUILD_CONFIGS[0]}" "${DKBUILD_CMD_ARGS[@]}"
|
||
|
fi
|
||
|
|
||
|
# pas de build automatique
|
||
|
AUTOBUILD=
|