opencomputeproject / HWMgmt-DeviceMgr-DeviceManager

Device Manager collects device data and notifications from each device, and make the data available on a predetermined output bus for consumers.
Apache License 2.0
23 stars 12 forks source link

Error msg from "source ~/.bashrc #58

Open jcleung5549 opened 1 year ago

jcleung5549 commented 1 year ago

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 commented 1 year ago

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.