From: Jo-Philipp Wich Date: Tue, 16 Jun 2009 23:12:33 +0000 (+0000) Subject: contrib/package: properly escape postinstall of freifunk-firewall X-Git-Tag: 0.10.0~1539 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=286b11c50881f8fe01dd269ebd7540f0b90a878b contrib/package: properly escape postinstall of freifunk-firewall --- diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile index 24be151e4..8399870d0 100644 --- a/contrib/package/freifunk-firewall/Makefile +++ b/contrib/package/freifunk-firewall/Makefile @@ -37,7 +37,7 @@ endef define Package/freifunk-firewall/postinst #!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { +[ -n "$${IPKG_INSTROOT}" ] || { if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then uci add firewall include >/dev/null uci set firewall.@include[-1].path=/etc/firewall.freifunk