From b84518317561a11ef5bd2634f8116b8d15ff0498 Mon Sep 17 00:00:00 2001 From: Gergely Pilisi Date: Mon, 18 Apr 2016 12:22:35 +0200 Subject: [PATCH] Placed #!/usr/bin/perl before the header section Signed-off-by: Gergely Pilisi --- etc/scripts/ttcn3_archive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/ttcn3_archive.pl b/etc/scripts/ttcn3_archive.pl index d0eb2e7d5..bdf6e7b4a 100755 --- a/etc/scripts/ttcn3_archive.pl +++ b/etc/scripts/ttcn3_archive.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl ############################################################################### # Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials @@ -10,7 +11,6 @@ # Balasko, Jeno # ############################################################################### -#!/usr/bin/perl ############################################################################### # This script is intended to archive the project hierarchy from a TPD file structure ############################################################################### -- GitLab