]> git.neil.brown.name Git - history.git/commitdiff
Fix a typo in drivers/isdn/Config.in
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Wed, 24 Apr 2002 04:42:34 +0000 (23:42 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Wed, 24 Apr 2002 04:42:34 +0000 (23:42 -0500)
This one broke make xconfig ;-(

drivers/isdn/Config.in

index 9ad51b4170b68181a4db91167ad2b0a578639b7c..4a2418b0ae2c41e48756c3f06e85941604db41bc 100644 (file)
@@ -7,7 +7,7 @@ comment 'ISDN subsystem'
 if [ "$CONFIG_NET" != "n" ]; then
    bool 'ISDN support' CONFIG_ISDN_BOOL
 
-   if [ "$CONFIG_ISDN_BOOL" == "y" ]; then
+   if [ "$CONFIG_ISDN_BOOL" = "y" ]; then
       mainmenu_option next_comment
       comment 'Old ISDN4Linux'