This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
QNX shell needs more semicolons.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Jul 1999 17:13:29 +0000 (17:13 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Jul 1999 17:13:29 +0000 (17:13 +0000)
p4raw-id: //depot/metaconfig@3814

U/perl/Extensions.U

index 7b07454..f39aad0 100644 (file)
@@ -83,10 +83,10 @@ find_extensions='
                    eval $find_extensions;
                    cd ..;
                    shift;
-               fi
+               fi;
            fi
            ;;
-       esac
+       esac;
     done'
 tdir=`pwd`
 cd $rsrc/ext