Saturday 16 April 2016

linux export not a valid identifier

-bash: export: `=': not a valid identifier

Hen making an export. remove the in between spaces.

export JAVA_HOME = "/usr/...". (with spaces)

export JAVA_HOME="/usr/profile" (without spaces).

No comments:

Post a Comment