Closed
Description
So there is one funny behavior which was quite head-scratcher for me – trying to install helm-diff with one of my environments was giving me error:
No prebuild binary for Linlx-amd64.
For some reason I had busybox shell in my $PATH, so installer script was using this, and then tr [:upper:] [:lower:]
was working in non-GNU way substituting Linux
with Linlx
instead of linux
.
By the way, original script on https://github.com/technosophos/helm-template/blob/master/install-binary.sh wouldn't fail in the same way, because it is specifically calling /usr/bin/env bash
instead of /usr/bin/env sh
.
Metadata
Metadata
Assignees
Labels
No labels