This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
debugger tweak (wasn't printing a newline after recalled commands)
[perl5.git] / cygwin32 / ld2
CommitLineData
5aabfad6 1#!/bin/sh
2#
3# ld wrapper for building dynamic lib version of perl;
4# passes all args to ld.
5#
6
993100c2 7PERLPATH=/perl5.005
5aabfad6 8
5a7d176d 9$PERLPATH/perl $PERLPATH/perlld -L$PERLPATH "$@"