Make sure path assignment is space friendly per @tomontime's feedback

This commit is contained in:
Joe Block
2014-10-06 10:46:36 -07:00
parent 21ff36f800
commit 974aaba885

View File

@@ -28,4 +28,4 @@
# Add our plugin's bin diretory to user's path
PLUGIN_BIN="$(dirname $0)/bin"
export PATH=${PATH}:${PLUGIN_BIN}
export PATH="${PATH}:${PLUGIN_BIN}"