[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:
parent
3a0b22a088
commit
69c5433778
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user