26 lines
534 B
Diff
26 lines
534 B
Diff
From b041df8436aa5461978568a14b0bbbeabefcd772 Mon Sep 17 00:00:00 2001
|
|
From: Petr Muller <muller@redhat.com>
|
|
Date: Thu, 9 May 2013 13:30:33 +0200
|
|
Subject: [PATCH] Fix POD syntax
|
|
|
|
---
|
|
src/beakerlib.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/beakerlib.sh b/src/beakerlib.sh
|
|
index 3f15115..c3ee8aa 100644
|
|
--- a/src/beakerlib.sh
|
|
+++ b/src/beakerlib.sh
|
|
@@ -260,6 +260,8 @@ Petr Splichal <psplicha@redhat.com>
|
|
|
|
Ales Zelinka <azelinka@redhat.com>
|
|
|
|
+=back
|
|
+
|
|
=cut
|
|
|
|
if set -o | grep posix | grep on ; then
|
|
--
|
|
1.8.2.1
|
|
|