HWMgmt-DeviceMgr-DeviceManager icon indicating copy to clipboard operation
HWMgmt-DeviceMgr-DeviceManager copied to clipboard

Error msg from "source ~/.bashrc

Open jcleung5549 opened this issue 2 years ago • 1 comments

Error message from sourcing .bashrc

root@jcleung-mobl:~/work/HWMgmt-DeviceMgr-DeviceManager# source ~/.bashrc
-bash: /root/.bashrc: line 102: syntax error near unexpected token `('
-bash: /root/.bashrc: line 102: `export PATH" command.`

PATH contains "/mnt/c/Program Files (x86)/GitExtensions/" in its definition, where it is unhappy with the "("

jcleung5549 avatar May 10 '23 17:05 jcleung5549

In the PATH statement, one can remove all the paths starting with "/mnt/c". These are added to allow access to files one the Windows partition.

jcleung5549 avatar May 10 '23 18:05 jcleung5549