From db0a894e62442fd9b4f14f34c2bb18dddcd3d84f Mon Sep 17 00:00:00 2001
From: pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Thu, 21 Aug 2008 10:54:58 +0000
Subject: Fehler korrigiert, weshalb Shift (links) nicht ging

git-svn-id: https://svn.neo-layout.org@786 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 linux/console/bin/mach_kurzreferenz | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'linux/console/bin/mach_kurzreferenz')

diff --git a/linux/console/bin/mach_kurzreferenz b/linux/console/bin/mach_kurzreferenz
index 39c7973..14496ad 100755
--- a/linux/console/bin/mach_kurzreferenz
+++ b/linux/console/bin/mach_kurzreferenz
@@ -1,5 +1,5 @@
 #!/bin/sh
-xmodmap=../xmodmap/neo_de.xmodmap
+xmodmap=../../xmodmap/neo_de.xmodmap
 
 grep -n ^keycode $xmodmap | grep ^[12] | tr -s [:blank:] ' '| cut -f2 -d = > mach_kurzreferenz.hilfe
 grep space $xmodmap | grep ^keycode | tr -s [:blank:] ' '| cut -f2 -d = >> mach_kurzreferenz.hilfe
-- 
cgit v1.2.3