mirror of https://github.com/linkerd/linkerd2.git
Fix build on Linux. (#1372)
Without this change the Linux build fails. Apparently
commit 554ffe6a46
added the use of a
bash-specific feature.
Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
parent
2098beb123
commit
377391cda9
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
git_sha_head() {
|
||||
|
|
Loading…
Reference in New Issue