]> git.donarmstrong.com Git - debhelper.git/commitdiff
r369: no newline in LATEST-VERSION-IS file, breaks some browsers
authorjoey <joey>
Fri, 1 Sep 2000 21:37:34 +0000 (21:37 +0000)
committerjoey <joey>
Fri, 1 Sep 2000 21:37:34 +0000 (21:37 +0000)
debian/rules

index ecca7c33bb7a285ff83b17a559b4389c41fc9770..08a474e2b46f4c9ba1eee63cb91fa6807a2f0588 100755 (executable)
@@ -108,7 +108,7 @@ binary-indep: build
 # author.
 installhook:
        cp debian/changelog /home/pub/programs/debhelper/CHANGES
-       echo $(VERSION) > /home/pub/programs/debhelper/LATEST-VERSION-IS
+       echo -n $(VERSION) > /home/pub/programs/debhelper/LATEST-VERSION-IS
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary dist