fix syntax errors

This commit is contained in:
Tobias Powalowski 2012-06-01 21:10:24 +02:00
parent a9915dad13
commit 713462e9af

View file

@ -5162,7 +5162,7 @@ auto_parameters() {
fi
fi
else
if [[ -s /tmpif [[ "${SYSTEMD}" = "1" ]]; then/.keymap ]]; then
if [[ -s /tmp/.keymap ]]; then/ ]]; then
DIALOG --infobox "Setting the keymap: $(cat /tmp/.keymap | sed -e 's/\..*//g') in rc.conf ..." 0 0
sed -i -e "s/^KEYMAP=.*/KEYMAP=\"$(cat /tmp/.keymap | sed -e 's/\..*//g')\"/g" ${DESTDIR}/etc/rc.conf
fi
@ -5225,6 +5225,7 @@ auto_systemd () {
echo "LANG=en_US.utf8" > ${DESTDIR}/etc/locale.conf
echo "LC_COLLATE=C" >> ${DESTDIR}/etc/locale.conf
fi
fi
}
configure_system() {