'removed ending spaces'

This commit is contained in:
Tobias Powalowski 2009-02-11 12:03:41 +01:00
parent 99ca25e643
commit 183d164fd9

View file

@ -20,7 +20,7 @@ SYNC_URL=
FILE_URL="file:///src/core-$(uname -m)/pkg"
MIRRORLIST="/etc/pacman.d/mirrorlist"
PACKAGES=
^
# partitions
PART_ROOT=
ROOTFS=""
@ -832,7 +832,6 @@ mountpoints() {
DIALOG --yesno "Would you like to create a filesystem on $PART?\n\n(This will overwrite existing data!)" 0 0 && DOMKFS="yes"
echo "$PART:swap:swap:$DOMKFS" >>/tmp/.parts
fi
DIALOG --menu "Select the partition to mount as /" 21 50 13 $PARTS 2>$ANSWER || return 1
PART=$(cat $ANSWER)
PARTS="$(echo $PARTS | sed -e "s#${PART}\ _##g")"