# HG changeset patch
# User Albert Lee <[EMAIL PROTECTED]>
# Date 1172027972 18000
# Node ID 7a86795211c187052673713ffc7d7353cfd7877b
# Parent b73879b3f7fbac3ae5e6ddcd48bfa9a734b9536b
Another dollar-paren to backtick fix (removes amusing text in 'About' dialog).
diff -r 7a86795211c187052673713ffc7d7353cfd7877b -r
b73879b3f7fbac3ae5e6ddcd48bfa9a734b9536b include/cset_id.sh
--- a/include/cset_id.sh Tue Feb 20 22:19:32 2007 -0500
+++ b/include/cset_id.sh Tue Feb 20 20:51:32 2007 -0500
@@ -2,7 +2,7 @@ test "$1" = '' || cd "$1"
test "$1" = '' || cd "$1"
PWD="`pwd`"
if test -d .hg; then
- HG_ID="$(hg id 2>/dev/null | cut -d' ' -f1)"
+ HG_ID="`hg id 2>/dev/null | cut -d' ' -f1`"
elif expr "`basename $PWD`" : 'gxine-[[0123456789abcdef]]\{12\}$$' >/dev/null;
then
HG_ID="`echo $PWD | sed -e 's/^.*gxine-//'`"
fi
-------------------------------------------------------------------------
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