Update of /cvsroot/xine/gnome-xine/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15462/include
Added Files:
cset_id.sh
Log Message:
Missing files.
--- NEW FILE: cset_id.sh ---
#! /bin/sh
test "$1" = '' || cd "$1"
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
HG_ID="$(pwd | sed -e 's/^.*gxine-//')"
fi
# extra quoting is needed for $(...) in makefile
HG_ID="#define CSET_ID \\\"${HG_ID+ }$HG_ID\\\""
echo "$HG_ID"
-------------------------------------------------------------------------
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