From: Samuel Mendoza-Jonas Date: Thu, 30 May 2019 03:10:47 +0000 (+1000) Subject: utils: Quote plugin name and vendor variables X-Git-Tag: v1.10.4~6 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=aa596b2c10344e0664e0c98cd6db43af3e20fdb9;p=petitboot utils: Quote plugin name and vendor variables Otherwise we only get the first word displayed in the UI. Signed-off-by: Samuel Mendoza-Jonas --- diff --git a/utils/pb-plugin b/utils/pb-plugin index a42d051..45bf19d 100755 --- a/utils/pb-plugin +++ b/utils/pb-plugin @@ -232,8 +232,8 @@ do_install() done pb-event plugin@local \ - name=$PLUGIN_NAME id=$PLUGIN_ID version=$PLUGIN_VERSION \ - vendor=$PLUGIN_VENDOR vendor_id=$PLUGIN_VENDOR_ID \ + name="$PLUGIN_NAME" id=$PLUGIN_ID version=$PLUGIN_VERSION \ + vendor="$PLUGIN_VENDOR" vendor_id=$PLUGIN_VENDOR_ID \ date=$PLUGIN_DATE executables="$PLUGIN_EXECUTABLES" \ source_file=$url installed="yes"