25 Apr
2022
25 Apr
'22
4:02 p.m.
On 25/04/2022 16:57, Frank via arch-general wrote:
export PATH="$(PATH)
Including the value in parentheses is attempting to run the value of $PATH as a command; that in turn is failing, and likely setting PATH to an empty value, breaking $PATH for subsequent calls.