From: joey Date: Fri, 1 Sep 2000 21:37:34 +0000 (+0000) Subject: r369: no newline in LATEST-VERSION-IS file, breaks some browsers X-Git-Tag: version_2.0.101~230 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bcf662004e506ccce41f48bd2a6b878533c93097;p=debhelper.git r369: no newline in LATEST-VERSION-IS file, breaks some browsers --- diff --git a/debian/rules b/debian/rules index ecca7c3..08a474e 100755 --- a/debian/rules +++ b/debian/rules @@ -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