selinux-policy-2.eclass: Pass multiple arguments to EXPORT_FUNCTIONS
authorMike Gilbert <floppym@gentoo.org>
Mon, 10 Aug 2015 16:52:55 +0000 (12:52 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 10 Aug 2015 16:52:55 +0000 (12:52 -0400)
This seems to be the only eclass that passes a single string instead of
multiple arguments.

eclass/selinux-policy-2.eclass

index 18492a9388fa2367fc03624d73e5a9c8b765e40b..d582b2d8a227a4aa36baf289bed98dffd65d1589 100644 (file)
@@ -122,7 +122,7 @@ case "${EAPI:-0}" in
        *) : ;;
 esac
 
-EXPORT_FUNCTIONS "src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm"
+EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm
 
 # @FUNCTION: selinux-policy-2_src_unpack
 # @DESCRIPTION: