From 8a9bb01780e4bb9818b3bf52613ff8ebecdef006 Mon Sep 17 00:00:00 2001 From: andre <unknown> Date: Fri, 3 Oct 1997 15:53:46 +0000 Subject: [PATCH] [project @ 1997-10-03 15:53:46 by andre] perl not being added to scripts' top line --- distrib/Makefile-bin.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index a5f80592665e..d2dbe160815d 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -136,7 +136,7 @@ config-pkgs :: echo "Creating a configured version of $$i .."; \ $(RM) bin/$(platform)/$(package)-$(version)/$$i.bak; \ test -f bin/$(platform)/$(package)-$(version)/$$i && $(MV) bin/$(platform)/$(package)-$(version)/$$i bin/$(platform)/$(package)-$(version)/$$i.bak; \ - echo "#! $(PERL)" > $$i.tmp ; > bin/$(platform)/$(package)-$(version)/$$i ; \ + echo "#! $(PERL)" > bin/$(platform)/$(package)-$(version)/$$i ; \ echo $$"bindir='$(bindir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo $$"libdir='$(real_libdir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo $$"libexecdir='$(real_libdir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ -- GitLab