]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-plugin
utils: Quote plugin name and vendor variables
[petitboot] / utils / pb-plugin
index a42d0515756f1cb98447b8a84bc3376e904a562f..45bf19dea924eebd4c8194892227e44524113cdc 100755 (executable)
@@ -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"