[med-svn] [seqan] 06/14: Revert "Fix string quoting"

Andreas Tille tille at debian.org
Tue Jul 26 07:29:21 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 af7f194fa88a518821d5f1e1b1a9286a1204f810
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 26 09:28:18 2016 +0200

    Revert "Fix string quoting"
    
    This reverts commit a1fbd62d017171878a1668383d9a1862d117e60d.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2e77814..106d68b 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