[dh-r] 01/02: Add missing quotes
Andreas Tille
tille at debian.org
Mon Dec 19 10:27:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository dh-r.
commit e7f532d2bcf2ea34e6bfe6d7187e8f7a5c102569
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 19 11:22:01 2016 +0100
Add missing quotes
---
debian/changelog | 4 +++-
scripts/dh-make-R | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1084bb8..f2c3a39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ dh-r (20161219) UNRELEASED; urgency=medium
* Team upload
* Add manpage for dh-make-R
- * Use suggested debci method to cleanup after testing
+ * dh-make-R
+ - Use suggested debci method to cleanup after testing
+ - Add missing quotes
-- Andreas Tille <tille at debian.org> Mon, 19 Dec 2016 09:17:52 +0100
diff --git a/scripts/dh-make-R b/scripts/dh-make-R
index bf2419f..d02af5a 100755
--- a/scripts/dh-make-R
+++ b/scripts/dh-make-R
@@ -209,7 +209,7 @@ my $test_run_unit_test = <<"EOF";
pkgname=$desc->{Package}
debname=$debname
-if [ \$ADTTMP = "" ] ; then
+if [ "\$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/\${debname}-test.XXXXXX`
trap "rm -rf \$ADTTMP" 0 INT QUIT ABRT PIPE TERM
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dh-r.git
More information about the debian-science-commits
mailing list