bei dem repo_id eine kleine verschoenerung

This commit is contained in:
Daniel Heule 2013-12-04 15:24:18 +01:00
parent 33a4f07bb4
commit a37c48ed43
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
if [ -f "$__object/parameter/repo_uri" ]; then
uri="$(cat "$__object/parameter/repo_uri")"
else
uri="/$__object_id"
uri="$__object_id"
fi
echo $(zypper lr -u | grep -E "\<$uri\>" | cut -d'|' -f 1 | grep -E '^[0-9]' )