blob: ad10121fde315878545bbe4402c815a2192f26f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description: Add PERL as processor for file.
Author: Torsten Werner <twerner@debian.org>,
Varun Hiremath <varun@debian.org>
Reviewed-by: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2018-11-25
Index: magicrescue/tools/laola.pl
===================================================================
--- magicrescue.orig/tools/laola.pl
+++ magicrescue/tools/laola.pl
@@ -1,4 +1,4 @@
-#
+#!/usr/bin/perl
# $Id: laola.pl,v 0.5.1.5 1997/07/01 00:06:42 schwartz Rel $
#
# laola.pl, LAOLA filesystem.
|