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