buglet in pre2.0-10

Steve VanDevender (stevev@efn.org)
Sun, 2 Jun 1996 01:56:31 -0700


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