27 lines
623 B
Diff
27 lines
623 B
Diff
From 26c312a1f52b06b26fb035f7e7855b8056d48728 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
Date: Wed, 1 Jul 2015 13:47:28 +0200
|
|
Subject: [PATCH] Remove invalid shellbang
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
---
|
|
examples/show-v.pl | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/examples/show-v.pl b/examples/show-v.pl
|
|
index 2fac597..b43056a 100755
|
|
--- a/examples/show-v.pl
|
|
+++ b/examples/show-v.pl
|
|
@@ -1,5 +1,3 @@
|
|
-#!/pro/bin/perl
|
|
-
|
|
use strict;
|
|
use warnings;
|
|
|
|
--
|
|
2.4.3
|
|
|