From 38e5c3e4075e1f97241716040afbb3d483dc1259 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 12 Jan 2012 09:18:43 +0100 Subject: [PATCH] fix issues with requirements caused by legacy code conflicting with the new autorequire feature --- conf/type/__package/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__package/manifest b/conf/type/__package/manifest index 765ece36..48818dd8 100755 --- a/conf/type/__package/manifest +++ b/conf/type/__package/manifest @@ -49,4 +49,4 @@ for property in $(ls .); do fi done -require="$__object_name" __package_$type "$@" +__package_$type "$@"