This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit change for #19742.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 11 Jun 2003 18:28:33 +0000 (18:28 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 11 Jun 2003 18:28:33 +0000 (18:28 +0000)
p4raw-id: //depot/metaconfig@19743

U/perl/Extensions.U

index 0333b39..3a1b956 100644 (file)
@@ -257,8 +257,8 @@ case "$noextensions" in
 *)  keepextensions=''
     echo "You have requested that certain extensions be ignored..." >&4
     for i in $avail_ext; do
-        case " $i " in
-        " $noextensions ") echo "Ignoring extension $i." ;;
+        case " $noextensions " in
+        *" $i "*) echo "Ignoring extension $i." ;;
         *) echo "Keeping extension $i.";
            keepextensions="$keepextensions $i"
            ;;