In shell when I enter
echo $demoPath
it prints
/usr/local/demo
How can I get the value of this variable <
all: echo ${PATH}
Or change PATH just for one command:
all: PATH=/my/path:${PATH} cmd