This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-registry.
commit f126387d27f89bef30073f27500c60cdb6c98b24 Author: Andreas Tille <[email protected]> Date: Sat May 28 21:44:31 2016 +0200 Not really relevent if oname is all lower case but in case this is used as template the '' are important --- debian/tests/registry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/registry b/debian/tests/registry index 266c3cf..a8da2eb 100644 --- a/debian/tests/registry +++ b/debian/tests/registry @@ -1,7 +1,7 @@ #!/bin/sh -e oname=registry -pkg=r-cran-`echo $oname | tr [A-Z] [a-z]` +pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'` if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-registry.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
