From 713462e9afbacbba0f217e254c11a43d3481b7a3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 1 Jun 2012 21:10:24 +0200 Subject: [PATCH] fix syntax errors --- usr/share/archboot/installer/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index dccbeb510..d9687a772 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -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() {