mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 03:41:28 +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"
|
name="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--source-template)
|
--source-template)
|
||||||
TEMPLATE_SOURCES="$2"
|
TEMPLATE_SOURCES="$2"
|
||||||
shift 2
|
shift 2
|
||||||
if [ ! -r $TEMPLATE_SOURCES ]; then
|
if [ ! -r $TEMPLATE_SOURCES ]; then
|
||||||
echo "W: Template file $TEMPLATE_SOURCES is not readable"
|
echo "W: Template file $TEMPLATE_SOURCES is not readable"
|
||||||
echo "W: Continuing with default sources!"
|
echo "W: Continuing with default sources!"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
--debootstrap-mirror)
|
--debootstrap-mirror)
|
||||||
DEBOOTSTRAP_MIRROR="$2"
|
DEBOOTSTRAP_MIRROR="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
shift
|
shift
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user