[Fai-commit] r3860 - trunk/lib

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


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

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:40:11 UTC (rev 3859)
+++ trunk/lib/load_keymap_consolechars	2006-09-05 13:40:46 UTC (rev 3860)
@@ -2,7 +2,7 @@
 
 # $Id$
 
-[ "CONSOLEFONT" ] &&
+[ "$CONSOLEFONT" ] &&
 	consolechars -v -f /usr/share/consolefonts/$CONSOLEFONT.psf.gz
 
 # nothing to do if FAI_KEYMAP is undefined




More information about the Fai-commit mailing list