From: Sebastian Kemper Date: Sat, 5 Aug 2017 12:49:11 +0000 (+0200) Subject: freeswitch-stable: fix escaping X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=7b265d7f00e7e8b0c9d65896fe3e04c2e464453d freeswitch-stable: fix escaping Fix escaping of dollar sign, otherwise a postinst-pkg script will not be correct. Signed-off-by: Sebastian Kemper --- diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index b5d03d2..ce7622a 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -608,7 +608,7 @@ endef ifeq ($(1)$(CONFIG_FS_STABLE_WITH_LIBEDIT),fs_cli) define Package/$(PKG_NAME)-util-$(1)/postinst #!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then +if [ -z "$$$${IPKG_INSTROOT}" ]; then echo echo "o-------------------------------------------------------------------o" echo "| fs_cli note |"