From c9bcf405a4248915e9c3f00e763cef58a81c7506 Mon Sep 17 00:00:00 2001 From: Gergely Pilisi <gergely.pilisi@ericsson.com> Date: Fri, 29 Apr 2016 10:52:28 +0200 Subject: [PATCH] Fixed lintian warning: script with language extension Signed-off-by: Gergely Pilisi <gergely.pilisi@ericsson.com> --- compiler2/makefile.c | 2 +- etc/Makefile | 2 +- etc/scripts/{ttcn3_archive.pl => ttcn3_archive} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename etc/scripts/{ttcn3_archive.pl => ttcn3_archive} (100%) diff --git a/compiler2/makefile.c b/compiler2/makefile.c index 40f5b6894..c6bc327e8 100644 --- a/compiler2/makefile.c +++ b/compiler2/makefile.c @@ -3648,7 +3648,7 @@ static void print_makefile(struct makefile_struct *makefile) if (makefile->linkingStrategy) { fputs("\n\n" "archive:\n" - "\t@perl $(TTCN3_DIR)/bin/ttcn3_archive.pl\n\n", fp); + "\t@perl $(TTCN3_DIR)/bin/ttcn3_archive\n\n", fp); } else { fputs("\n\n" diff --git a/etc/Makefile b/etc/Makefile index 4f5db67cf..6bff50195 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -48,5 +48,5 @@ else # cp asciiart/*.txt $(ETCDIR)/asciiart mkdir -p $(ETCDIR)/scripts cp scripts/*.py $(ETCDIR)/scripts - cp scripts/ttcn3_archive.pl $(BINDIR) + cp scripts/ttcn3_archive $(BINDIR) endif diff --git a/etc/scripts/ttcn3_archive.pl b/etc/scripts/ttcn3_archive similarity index 100% rename from etc/scripts/ttcn3_archive.pl rename to etc/scripts/ttcn3_archive -- GitLab