[build-path-prefix-map-spec] 01/02: Fix arguments to encode, thanks helmut
Ximin Luo
infinity0 at debian.org
Tue Mar 14 21:23:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository build-path-prefix-map-spec.
commit 045abf7ac4359467a92c0f14ae7fd9dd5adda9fc
Author: Ximin Luo <infinity0 at debian.org>
Date: Tue Mar 14 22:21:22 2017 +0100
Fix arguments to encode, thanks helmut
---
build-path-prefix-map-spec.in.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-path-prefix-map-spec.in.rst b/build-path-prefix-map-spec.in.rst
index 8822c6c..9b81256 100644
--- a/build-path-prefix-map-spec.in.rst
+++ b/build-path-prefix-map-spec.in.rst
@@ -140,7 +140,7 @@ The encoding is as follows:
B. Encoding:
- 1. ``elem.replace("%#", "%").replace("%+", "=").replace("%.", ":")``
+ 1. ``elem.replace("%", "%#").replace("=", "%+").replace(":", "%.")``
Our recommended approach for a low-level language without string replace:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/build-path-prefix-map-spec.git
More information about the Reproducible-commits
mailing list