From a24193b0e824b127dfd237c83f403f937e7f333f Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 15 Jun 2021 09:21:58 +0200 Subject: [PATCH] - added missed shebang --- bin/ta-tool.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ta-tool.pl b/bin/ta-tool.pl index 9691002..d1b57f8 100644 --- a/bin/ta-tool.pl +++ b/bin/ta-tool.pl @@ -1,3 +1,4 @@ +#!/usr/bin/env perl use strict; use warnings; use SLUB::LZA::Rosetta::TA; -- GitLab