From 9097ddedb83688fc774d6d381337e5df086ed294 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 7 Jan 2002 13:43:01 +0000 Subject: typo --- perl-install/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index efd9b4d34..e98215a3f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -52,11 +52,11 @@ install_pms: $(DIRS) perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \ perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \ done - if [ "x$PERL_INSTALL_DEBUG" == "x" ]; then - perl -pe 's|#!/usr/bin/perl -d.*\n|#!/usr/bin/perl\n|' install2 > $(DESTREP4PMS)/install2 - else - perl -pe 's|#!/usr/bin/perl.*\n|#!/usr/bin/perl -d \n|' install2 > $(DESTREP4PMS)/install2 - fi + if [ "x$(PERL_INSTALL_DEBUG)" == "x" ]; then \ + perl -pe 's|#!/usr/bin/perl -d.*\n|#!/usr/bin/perl\n|' install2 > $(DESTREP4PMS)/install2; \ + else \ + perl -pe 's|#!/usr/bin/perl.*\n|#!/usr/bin/perl -d \n|' install2 > $(DESTREP4PMS)/install2; \ + fi \ # perl -pe 's/#-.*//; $$_ = "\n" if (/^=head/ .. /^=cut/) || /use (diagnostics)/' $$i > $(DESTREP4PMS)/$$i; \ cp share/*.rc $(DESTREP4PMS) -- cgit v1.2.1