diff options
Diffstat (limited to 'build.bash')
-rwxr-xr-x | build.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ else # Go 1.5 wants an "=" here go build -ldflags="-X main.GitVersion=$GITVERSION -X main.GitVersionFuse=$GITVERSIONFUSE -X main.BuildTime=$BUILDTIME" $@ fi -(cd gocryptfs-xray; go build) +(cd gocryptfs-xray; go build $@) ./gocryptfs -version |