This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Okay, here's your official unofficial closure leak patch
[perl5.git] / doSH
CommitLineData
85e6fe83
LW
1: doSH is obsolete. Just use Configure -S
2:
3if test -f Configure ; then TOP=.;
4elif test -f ../Configure ; then TOP=..;
5elif test -f ../../Configure ; then TOP=../..;
6elif test -f ../../../Configure ; then TOP=../../..;
7elif test -f ../../../../Configure ; then TOP=../../../..;
8else
9 echo "Can't find Configure" ; exit 1
6e21c824 10fi
85e6fe83
LW
11
12sh $TOP/Configure -S