Dyad/rex.project/x86_64/components/dependencies/coreutils.bash

12 lines
202 B
Bash
Executable File

#!/bin/bash
set -u
export LC_ALL=C
expected_version="$1"
real_name="coreutils"
app="sort"
ver_check $real_name $app $expected_version || echofail "$real_name $expected_version check failed."
exit $?