From 73f4aa178335e4290eced90ba78fb5ee10e4884c Mon Sep 17 00:00:00 2001 From: k1574 Date: Wed, 30 Jun 2021 13:04:27 +0500 Subject: [PATCH] dot/file/profile: fixed lack of back slash. --- dot/file/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/file/profile b/dot/file/profile index 9d96a32..c7dbe36 100755 --- a/dot/file/profile +++ b/dot/file/profile @@ -47,7 +47,7 @@ export_loop \ SETENV '$LIB/setenv/sh' \ GOPATH '$APP/go' \ GOEXE '$GOPATH/bin'\ - COMPOSEREXE '$LIB/composer/vendor/bin' + COMPOSEREXE '$LIB/composer/vendor/bin' \ VPATH '$APP/v'\ VEXE '$VPATH'\ PLAN9BASE '/usr/local/plan9' \