1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Hideki Yamane <henrich@debian.org>
Date: Tue, 25 Sep 2018 20:20:30 +0900
Subject: set Perl path for shebang
---
bin/sql-split | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/sql-split b/bin/sql-split
index 1c86eb3..64fd964 100755
--- a/bin/sql-split
+++ b/bin/sql-split
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
###########################################################################
# Copyright 2011 Emanuele Zeppieri #
@@ -343,4 +343,4 @@ data and hardware damaging, but it may also cause several bad diseases to nearby
people, including, but not limited to, diarrhoea, gonorrhea and dysmenorrhea.
Don't say you haven't been warned.
-=cut
\ No newline at end of file
+=cut
|