[Fai-commit] r3859 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Sep 5 13:40:12 UTC 2006


Author: lange
Date: 2006-09-05 13:40:11 +0000 (Tue, 05 Sep 2006)
New Revision: 3859

Modified:
   trunk/lib/load_keymap_consolechars
Log:
fix syntax error


Modified: trunk/lib/load_keymap_consolechars
===================================================================
--- trunk/lib/load_keymap_consolechars	2006-09-05 13:24:26 UTC (rev 3858)
+++ trunk/lib/load_keymap_consolechars	2006-09-05 13:40:11 UTC (rev 3859)
@@ -3,7 +3,7 @@
 # $Id$
 
 [ "CONSOLEFONT" ] &&
-	consolechars -v -f /usr/share/consolefonts/CONSOLEFONT.psf.gz
+	consolechars -v -f /usr/share/consolefonts/$CONSOLEFONT.psf.gz
 
 # nothing to do if FAI_KEYMAP is undefined
 [ "$KEYMAP" ] || exit




More information about the Fai-commit mailing list