bashbrew/go
Tianon Gravi 1066e05a1f Add "arch" function for "bashbrew cat" to access the current architecture string
```console
$ bashbrew cat --format '{{ arch }}' ubuntu
amd64
$ bashbrew --arch=s390x cat --format '{{ arch }}' ubuntu
s390x
$ BASHBREW_ARCH=s390x bashbrew cat --format '{{ arch }}' ubuntu
s390x
```
2017-06-06 11:21:23 -07:00
..
src/bashbrew Add "arch" function for "bashbrew cat" to access the current architecture string 2017-06-06 11:21:23 -07:00
vendor Fix architecture-specific values inherited from the global entry 2017-06-05 15:40:37 -07:00