You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
623 B
27 lines
623 B
11 months ago
|
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
|
||
|
|