Make sure path assignment is space friendly per @tomontime's feedback
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user