Missing cat in __package_yum

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-04-03 05:59:24 +02:00
parent f3efa1e74d
commit e540502830
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#
if [ -f "$__object/parameter/name" ]; then
name="$__object/parameter/name"
name="$(cat "$__object/parameter/name")"
else
name="$__object_id"
fi