lkml.org 
[lkml]   [1996]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectbuglet in pre2.0-10
There appears to be a typo at the end of fs/Config.in; when the
configuration scripts to expand the double-quoted strings, they barf. I
got it working by changing the string to be single-quoted:

--- fs/Config.in~ Sat Jun 1 20:26:55 1996
+++ fs/Config.in Sat Jun 1 20:37:57 1996
@@ -43,7 +43,7 @@
fi
tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS
if [ "$CONFIG_UFS_FS" != "n" ]; then
- bool "BSD disklabel (FreeBSD partition tables) support" CONFIG_BSD_DISKLABEL
- bool "SMD disklabel (Sun partition tables) support" CONFIG_SMD_DISKLABEL
+ bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
+ bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
fi
endmenu

\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.052 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site