# HG changeset patch
# User Albert Lee <[EMAIL PROTECTED]>
# Date 1172022692 18000
# Node ID b73879b3f7fbac3ae5e6ddcd48bfa9a734b9536b
# Parent b46dbeddbf9393177dd8eab867efbfd9bb091553
Quote PWD.
diff -r b73879b3f7fbac3ae5e6ddcd48bfa9a734b9536b -r
b46dbeddbf9393177dd8eab867efbfd9bb091553 configure.ac
--- a/configure.ac Tue Feb 20 20:51:32 2007 -0500
+++ b/configure.ac Tue Feb 20 20:21:10 2007 -0500
@@ -563,7 +563,7 @@ AC_SUBST(GXINE_CONFPATH)
AC_ARG_VAR([VENDOR_PKG_VERSION], [vendor build identifier string (default is
the upstream version number, suffixed with "release" or identifying a snapshot
type)])
POST_VERSION=release
-PWD=`pwd`
+PWD="`pwd`"
if test -d .hg || expr "`basename $PWD`" : 'gxine-[[0123456789abcdef]]\{12\}$'
>/dev/null; then
POST_VERSION='hg snapshot'
elif test -d CVS; then
diff -r b73879b3f7fbac3ae5e6ddcd48bfa9a734b9536b -r
b46dbeddbf9393177dd8eab867efbfd9bb091553 include/cset_id.sh
--- a/include/cset_id.sh Tue Feb 20 20:51:32 2007 -0500
+++ b/include/cset_id.sh Tue Feb 20 20:21:10 2007 -0500
@@ -1,6 +1,6 @@
#! /bin/sh
test "$1" = '' || cd "$1"
-PWD=`pwd`
+PWD="`pwd`"
if test -d .hg; then
HG_ID="$(hg id 2>/dev/null | cut -d' ' -f1)"
elif expr "`basename $PWD`" : 'gxine-[[0123456789abcdef]]\{12\}$$' >/dev/null;
then
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog