dot/file/profile: fixed lack of back slash.

This commit is contained in:
k1574 2021-06-30 13:04:27 +05:00
parent b7c97ae852
commit 73f4aa1783

View file

@ -47,7 +47,7 @@ export_loop \
SETENV '$LIB/setenv/sh' \ SETENV '$LIB/setenv/sh' \
GOPATH '$APP/go' \ GOPATH '$APP/go' \
GOEXE '$GOPATH/bin'\ GOEXE '$GOPATH/bin'\
COMPOSEREXE '$LIB/composer/vendor/bin' COMPOSEREXE '$LIB/composer/vendor/bin' \
VPATH '$APP/v'\ VPATH '$APP/v'\
VEXE '$VPATH'\ VEXE '$VPATH'\
PLAN9BASE '/usr/local/plan9' \ PLAN9BASE '/usr/local/plan9' \