im Wesentlichen fehlte ein Leerzeichen bei uiae

This commit is contained in:
pascal 2009-01-09 12:01:23 +00:00
parent 6fabb2bc3d
commit 6b985c636e
4 changed files with 7 additions and 6 deletions

View File

@ -51,4 +51,4 @@ fuege_ein neo_beschreibe ../beschreibe
fuege_ein neo_compose ../../../Compose/Compose.neo
fuege_ein neorc ../../etc/neo.conf
cat installiere_neo.2
cat installiere_neo.2

View File

@ -46,13 +46,15 @@
# ==============================
inst_dir=$HOME/neo
# colours in the Bash
normal="\033[0m"
red="\033[31m"
orange="\033[33m"
green="\033[32m"
inst_dir=$HOME/neo
# remove the entry in $HOME/.profile
rmfromprofile()
{
@ -284,4 +286,4 @@ deinstall_options()
;;
esac
done
}
}

View File

@ -59,4 +59,3 @@ fi
# configuration file found → delete/deinstall options
deinstall_options
exit

View File

@ -148,4 +148,4 @@ if [ ! "$quiet" ]; then
echo
echo "Die Tastaturbelegung wurde auf die Standardbelegung geändert."
echo -e "Durch ${green}asdf${normal} kehrt man wieder zur NEO-Belegung zurück."
fi
fi