summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-18 02:06:31 +0000
committerRoland McGrath <roland@gnu.org>2005-02-18 02:06:31 +0000
commitee5156bbe88f875c3e950ab268fca13c46c247f9 (patch)
treead4d96a16e221613357e18a850087676036a94e7
parentb964c07057aa9670add3ffdcc59db710f328ba14 (diff)
(bhc-url): quote #
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 3c7f6beeb0..2796363eba 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -140,7 +140,7 @@ COLLECTION ?= dist-fc3
BHC_FLAGS ?= -n
bhc-baseurl := cvs://cvs.devel.redhat.com/cvs/dist?rpms
-bhc-url = $(bhc-baseurl)/glibc/$(DIST_BRANCH)#$(spec-tag)
+bhc-url = $(bhc-baseurl)/glibc/$(DIST_BRANCH)\#$(spec-tag)
dist-import: $(spec-nvr).src.rpm
$(DIST_COMMON)/cvs-import.sh -b $(DIST_BRANCH) $<