[octave] Get rid of spurious } in octave_api macro.

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Dec 15 23:42:58 UTC 2011


commit 834892e5b5da02979608d96a622d5612c8c122ef
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Fri Dec 16 01:42:54 2011 +0200

    Get rid of spurious } in octave_api macro.

 macros.octave |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/macros.octave b/macros.octave
index 5875023..531b7cd 100644
--- a/macros.octave
+++ b/macros.octave
@@ -1,7 +1,7 @@
 # Octave packaging macros
 
 # Octave binary API provided
-%octave_api %(octave-config -p API_VERSION || echo 0)}
+%octave_api %(octave-config -p API_VERSION || echo 0)
 
 # Octave Package Directories
 %octshareprefix %{_datadir}/octave


More information about the scm-commits mailing list