From f180b1a94971bb50af6c201c01cfed3ae7aefdb1 Mon Sep 17 00:00:00 2001 From: David Kaspar [Dee'Kej] Date: May 03 2016 15:11:23 +0000 Subject: tcsh-6.19.00-021-remove-extra-semicolon.patch added > Remove extra ; --- diff --git a/tcsh-6.19.00-021-remove-extra-semicolon.patch b/tcsh-6.19.00-021-remove-extra-semicolon.patch new file mode 100644 index 0000000..6dfd088 --- /dev/null +++ b/tcsh-6.19.00-021-remove-extra-semicolon.patch @@ -0,0 +1,25 @@ +From 2ca8b902fa190aae70f337f87dd95f7aeffdf173 Mon Sep 17 00:00:00 2001 +From: christos +Date: Tue, 3 Nov 2015 21:04:13 +0000 +Subject: [PATCH] Remove extra ; + +--- + dotlock.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/dotlock.c b/dotlock.c +index 193aa17..2571235 100644 +--- a/dotlock.c ++++ b/dotlock.c +@@ -24,7 +24,7 @@ + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + #include "sh.h" +-RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $"); ++RCSID("$tcsh: dotlock.c,v 3.3 2014/03/09 00:11:54 christos Exp $") + + #include + #ifndef O_SYNC +-- +2.5.5 + diff --git a/tcsh.spec b/tcsh.spec index 7e2fcdc..8e28e50 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -49,6 +49,7 @@ Patch017: tcsh-6.19.00-017-fix-for-finnish-translations.patch Patch018: tcsh-6.19.00-018-add-noclobber-and-ask-options.patch Patch019: tcsh-6.19.00-019-fix-uninitialized-estr.patch Patch020: tcsh-6.19.00-020-make-heredoc-interruptible-again.patch +Patch021: tcsh-6.19.00-021-remove-extra-semicolon.patch # Downstream patches -- these should be always included when doing rebase: @@ -190,6 +191,7 @@ fi tcsh-6.19.00-018-add-noclobber-and-ask-options.patch tcsh-6.19.00-019-fix-uninitialized-estr.patch tcsh-6.19.00-020-make-heredoc-interruptible-again.patch + tcsh-6.19.00-021-remove-extra-semicolon.patch * Thu Apr 21 2016 David Kaspar [Dee'Kej] - 6.19.00-6 - Drop tcsh-6.15.00-closem.patch - issue not reproducible, patch not accepted by upstream