提交 193512e9 authored 作者: Travis Cross's avatar Travis Cross

debian: mirror dpkg-source parameter choice

上级 8d366f7f
......@@ -167,10 +167,10 @@ _create_orig () {
create_orig () {
local xz_level="6"
while getopts 'dZ:' o; do
while getopts 'dz:' o; do
case "$o" in
d) set -vx;;
Z) xz_level="$OPTARG";;
z) xz_level="$OPTARG";;
esac
done
shift $(($OPTIND-1))
......@@ -180,10 +180,10 @@ create_orig () {
create_dsc () {
. $ddir/../scripts/ci/common.sh
local xz_level="6"
while getopts 'dZ:' o; do
while getopts 'dz:' o; do
case "$o" in
d) set -vx;;
Z) xz_level="$OPTARG";;
z) xz_level="$OPTARG";;
esac
done
shift $(($OPTIND-1))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论