mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Don't os.Exit
This commit is contained in:
parent
681e9afc79
commit
39461cb603
2 changed files with 2 additions and 1 deletions
2
build
2
build
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ef
|
||||
|
||||
PKGSRC=${PKGSRC:-github.com/yggdrasil-network/yggdrasil-go/src/version}
|
||||
PKGNAME=${PKGNAME:-$(sh contrib/semver/name.sh)}
|
||||
PKGVER=${PKGVER:-$(sh contrib/semver/version.sh --bare)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue