dot/file/profile: fixed lack of back slash.
This commit is contained in:
parent
b7c97ae852
commit
73f4aa1783
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||||
|
|
Loading…
Reference in a new issue