mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra quotes
This commit is contained in:
parent
c577ee6c50
commit
a069d03fe0
@ -139,7 +139,7 @@ core_pkg_create() {
|
||||
-e "s,%%PRODUCT_NAME%%,${PRODUCT_NAME},g" \
|
||||
-e "s,%%PRODUCT_URL%%,${PRODUCT_URL},g" \
|
||||
-e "s,%%FLAVOR%%,${_flavor:+-}${_flavor},g" \
|
||||
-e "s,%%FLAVOR_DESC%%,${_flavor:+" (${_flavor})"},g" \
|
||||
-e "s,%%FLAVOR_DESC%%,${_flavor:+ (${_flavor})},g" \
|
||||
-e "s,%%VERSION%%,${_version},g" \
|
||||
${_metadir}/* \
|
||||
${_plist} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user