mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Merge branch 'master' of https://github.com/jhillyerd/inbucket
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Compile and package inbucket dist for unix
|
||||
|
||||
if [ "$1x" == "x" ]; then
|
||||
if [ "${1}x" = "x" ]; then
|
||||
echo "Usage: $0 <version-label>" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
@@ -16,7 +16,7 @@ mkdir -p $tmpdir
|
||||
|
||||
# Figure out our build env/target
|
||||
go env > $tmpdir/env
|
||||
source $tmpdir/env
|
||||
. $tmpdir/env
|
||||
distname="inbucket-${label}-${GOOS}_$GOARCH"
|
||||
distdir="$tmpdir/$distname"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user