Cleanup OBS-URL: https://build.opensuse.org/request/show/1147777 OBS-URL: https://build.opensuse.org/package/show/network:vpn/tailscale?expand=0&rev=16
14 lines
294 B
Diff
14 lines
294 B
Diff
diff --git a/build_dist.sh b/build_dist.sh
|
|
index 0c757c26..9639d596 100755
|
|
--- a/build_dist.sh
|
|
+++ b/build_dist.sh
|
|
@@ -9,7 +9,7 @@
|
|
# this script, or executing equivalent commands in your
|
|
# distro-specific build system.
|
|
|
|
-set -eu
|
|
+set -eux
|
|
|
|
go="go"
|
|
if [ -n "${TS_USE_TOOLCHAIN:-}" ]; then
|