[med-svn] [seqan] 07/14: Fix string quoting
Andreas Tille
tille at debian.org
Wed Jan 20 10:39:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository seqan.
commit a1fbd62d017171878a1668383d9a1862d117e60d
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 19 17:12:43 2016 +0100
Fix string quoting
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 106d68b..2e77814 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ override_dh_link:
if [ -x $(CURDIR)/$(pkgapps)/usr/lib/seqan/bin/$${bin} ] ; then \
ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/$${bin} ; \
fi ; \
- if echo $${bin} | grep -q '\.sh$' ; then \
+ if echo $${bin} | grep -q '\.sh$$' ; then \
ln -s ../lib/seqan/bin/$${bin} $(CURDIR)/$(pkgapps)/usr/bin/`basename $${bin} .sh` ; \
fi ; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan.git
More information about the debian-med-commit
mailing list