mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-19 22:31:07 +00:00
white-space corrections
This commit is contained in:
parent
0602459e02
commit
7990fb8736
24
mk-sbuild-lv
24
mk-sbuild-lv
@ -126,18 +126,18 @@ while :; do
|
||||
name="$2"
|
||||
shift 2
|
||||
;;
|
||||
--source-template)
|
||||
TEMPLATE_SOURCES="$2"
|
||||
shift 2
|
||||
if [ ! -r $TEMPLATE_SOURCES ]; then
|
||||
echo "W: Template file $TEMPLATE_SOURCES is not readable"
|
||||
echo "W: Continuing with default sources!"
|
||||
fi
|
||||
;;
|
||||
--debootstrap-mirror)
|
||||
DEBOOTSTRAP_MIRROR="$2"
|
||||
shift 2
|
||||
;;
|
||||
--source-template)
|
||||
TEMPLATE_SOURCES="$2"
|
||||
shift 2
|
||||
if [ ! -r $TEMPLATE_SOURCES ]; then
|
||||
echo "W: Template file $TEMPLATE_SOURCES is not readable"
|
||||
echo "W: Continuing with default sources!"
|
||||
fi
|
||||
;;
|
||||
--debootstrap-mirror)
|
||||
DEBOOTSTRAP_MIRROR="$2"
|
||||
shift 2
|
||||
;;
|
||||
--)
|
||||
shift
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user