summaryrefslogtreecommitdiff
path: root/linux/console/bin/erzeuge_neo-belegung
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-13 09:14:58 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-13 09:14:58 +0000
commitdc70b0668e2f6389e95d181be9592f3c296e4795 (patch)
tree26f248a3ee18016af1c80197d3a41fd283045927 /linux/console/bin/erzeuge_neo-belegung
parent16fb939cfd4906c40532300f756e701ae3e198a6 (diff)
downloadneo-layout-dc70b0668e2f6389e95d181be9592f3c296e4795.tar.gz
neo-layout-dc70b0668e2f6389e95d181be9592f3c296e4795.tar.bz2
neo-layout-dc70b0668e2f6389e95d181be9592f3c296e4795.zip
erste Fehlerbehebung (noch nicht komplett)
git-svn-id: https://svn.neo-layout.org@1433 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/console/bin/erzeuge_neo-belegung')
-rwxr-xr-xlinux/console/bin/erzeuge_neo-belegung8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/console/bin/erzeuge_neo-belegung b/linux/console/bin/erzeuge_neo-belegung
index 4cb0e47..bb6c8a8 100755
--- a/linux/console/bin/erzeuge_neo-belegung
+++ b/linux/console/bin/erzeuge_neo-belegung
@@ -1,17 +1,17 @@
#!/bin/sh
-#dumpkeys --long-info > dump || exit 1
+dumpkeys --long-info > dump || exit 1
cat console.ersetze.vorprogramm > console.ersetze
./mach_kurzreferenz.vorprogramm >> console.ersetze
-#rm dump
+rm dump
echo -e "Schritt 3 von 4: Erstellung einer Referenz\c" >&2
./mach_kurzreferenz > kurzreferenz
-echo -e "\rSchritt 3 von 4: Erstellung einer Referenz [ \033[32m ok \033[30m ]" >&2
+echo -e "\rSchritt 3 von 4: Erstellung einer Referenz [ \033[32m ok \033[0m ]" >&2
echo -e "Schritt 4 von 4: Erzeugung der keymap\c" >&2
./mach_console
rm kurzreferenz
rm console.ersetze
-echo -e "\rSchritt 4 von 4: Erzeugung der keymap [ \033[32m ok \033[30m ]" >&2 \ No newline at end of file
+echo -e "\rSchritt 4 von 4: Erzeugung der keymap [ \033[32m ok \033[0m ]" >&2 \ No newline at end of file