[packages] ddns-scripts: prevent duplicate % escaping

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24958 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-01-10 16:04:56 +00:00
parent 3a0b22a088
commit 69c5433778
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=1.0.0
PKG_RELEASE:=11
PKG_RELEASE:=12
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)

View File

@ -1,9 +1,9 @@
# sed url escaping
s:%:%25:g
s: :%20:g
s:<:%3C:g
s:>:%3E:g
s:#:%23:g
s:%:%25:g
s:{:%7B:g
s:}:%7D:g
s:|:%7C:g