[gstreamer-bugs] [Bug 636267] gst-package-release-datetime.m4 doesn't work on FreeBSD
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Dec 4 06:34:09 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=636267
GStreamer | common | 0.10.31
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |0.10.32
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-12-04 14:34:04 UTC ---
Committed this, hope it's ok:
commit 9aa18ac420a19332ec215be14a6b966cc45948cf
Author: Koop Mast <kwm at FreeBSD.org>
Date: Sat Dec 4 14:21:09 2010 +0000
gst-package-release-datetime.m4: make work with FreeBSD's default shell
http://bugzilla-attachments.gnome.org/attachment.cgi?id=175689
diff --git a/m4/gst-package-release-datetime.m4
b/m4/gst-package-release-datetime.m4
index e0b9334..126919b 100644
--- a/m4/gst-package-release-datetime.m4
+++ b/m4/gst-package-release-datetime.m4
@@ -37,7 +37,7 @@ AC_DEFUN([AG_GST_SET_PACKAGE_RELEASE_DATETIME],
GST_PACKAGE_RELEASE_DATETIME=$1
else
dnl we assume the .doap file contains the date as YYYY-MM-DD
- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $3
$2`;
+ YYYY_MM_DD=`sh "${srcdir}/common/extract-release-date-from-doap-file" $3
$2`;
if test "x$YYYY_MM_DD" != "x"; then
GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
else
Thanks for the patch!
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list