This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 1c8bab0eb13544cbc84b504007326432f9145515 (commit) from 12140ab1df18e77ad7a07908bc1f944579eccc78 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/1c8bab0eb13544cbc84b504007326432f9145...
commit 1c8bab0eb13544cbc84b504007326432f9145515 Author: Cyril Hrubis metan@ucw.cz Date: Mon Nov 14 23:54:24 2011 +0100
grinder: Fix script.
diff --git a/demos/grinder/runtest.sh b/demos/grinder/runtest.sh index 73c9f61..163c76c 100755 --- a/demos/grinder/runtest.sh +++ b/demos/grinder/runtest.sh @@ -7,4 +7,4 @@ PROG="$1" shift
echo "LD_LIBRARY_PATH=../../build/ ./$PROG $@" -LD_LIBRARY_PATH=../../build/ ./$PROG $@ +LD_LIBRARY_PATH=../../build/ ./$PROG "$@"
-----------------------------------------------------------------------
Summary of changes: demos/grinder/runtest.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.