Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/testmodBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/main.go')
-rw-r--r--build/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/main.go b/build/main.go
index cbe1f4e..da86f30 100644
--- a/build/main.go
+++ b/build/main.go
@@ -66,7 +66,7 @@ type mb struct {
}
func (b *mb) cdir(dir string) {
- b.environ = append(b.environ, "PWD"+dir)
+ b.environ = append(b.environ, "PWD="+dir)
b.dir = dir
}