good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 8b1e14b7 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

build: fix bash->sh function declaration

parent 6c412e31
Branches
Tags
No related merge requests found
#!/bin/sh
function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; }
version_gt() {
test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"
}
golang_version=$(go version |cut -d' ' -f3 |sed 's/go//')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment