Skip to content

Commit

Permalink
utils: Quote plugin name and vendor variables
Browse files Browse the repository at this point in the history
Otherwise we only get the first word displayed in the UI.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
sammj committed May 30, 2019
1 parent 9e869eb commit aa596b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/pb-plugin
Expand Up @@ -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"

Expand Down

0 comments on commit aa596b2

Please sign in to comment.