[med-svn] [r-bioc-ebseq] 01/07: Fix tr statement (even if not problematic here)

Andreas Tille tille at debian.org
Fri Oct 28 06:44:01 UTC 2016


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

tille pushed a commit to branch master
in repository r-bioc-ebseq.

commit f637b1864fe0938dee85e63999b480c173a4a269
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 28 09:16:56 2016 +0200

    Fix tr statement (even if not problematic here)
---
 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 d134fec..6082c4a 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 oname=ebseq
-pkg=r-bioc-`echo $oname | tr [A-Z] [a-z]`
+pkg=r-bioc-`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-bioc-ebseq.git



More information about the debian-med-commit mailing list