mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-04 13:33:18 +00:00
go build-script on linux
This commit is contained in:
parent
e790d99411
commit
e692f6526f
1 changed files with 2 additions and 2 deletions
4
go/check
4
go/check
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
runner="sh"
|
||||
runner="bash"
|
||||
if [ "$1" = "-v" ]; then
|
||||
set -x
|
||||
runner="sh -x"
|
||||
runner="bash -x"
|
||||
fi
|
||||
|
||||
set -euo pipefail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue