[med-svn] [r-cran-vegan] 03/08: Fix tr syntax

Andreas Tille tille at debian.org
Fri Oct 28 10:55:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-vegan.

commit e43e6a1d2bc060c24a1a3906783ddbc5425606c0
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 28 12:09:28 2016 +0200

    Fix tr syntax
---
 debian/tests/run-unit-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 04a9f85..617ca39 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 oname=vegan
-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-vegan.git



More information about the debian-med-commit mailing list