From: Felix Fietkau Date: Thu, 19 Aug 2010 15:57:48 +0000 (+0000) Subject: python: fix compile error X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a0600fee706625fc9eaf4c44c31e0a800ebebcd7 python: fix compile error SVN-Revision: 22730 --- diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk index efc2df8ecd..f1bbf010ff 100644 --- a/lang/python/files/python-package.mk +++ b/lang/python/files/python-package.mk @@ -20,7 +20,7 @@ define PyPackage $(call shexport,PyPackage/$(1)/filespec) define Package/$(1)/install - @getvar $$(call shvar,PyPackage/$(1)/filespec) | ( \ + @$(SH_FUNC) getvar $$(call shvar,PyPackage/$(1)/filespec) | ( \ IFS='|'; \ while read fop fspec fperm; do \ if [ "$$$$$$$$fop" = "+" ]; then \