diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:04:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:04:51 +0000 |
commit | d136e0b268f98b07c627ec69300c94639d701332 (patch) | |
tree | 48f641c4a0fb8d5da37c88e206e0890afeebdc5a /x2p | |
parent | 8b56a609d28bd51fe7701ff4c46c9d31dacb3582 (diff) | |
download | perl-d136e0b268f98b07c627ec69300c94639d701332.tar.gz |
Detypo.
p4raw-id: //depot/perl@10582
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 3dedb4773a..3f045e388c 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -1,4 +1,4 @@ -case $PERL_CONFIG_TSH in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; |