Diff

Differences From Artifact [8fa5b4578c]:

To Artifact [612bd8947c]:


1
2
3
4
5
6
7
8
#! /bin/bash

if [ -z "${CROSS}" ]; then
	echo 'Error: Environment variable CROSS is empty/unset.  Aborting.' >&2

	exit 1
fi

|







1
2
3
4
5
6
7
8
#! /usr/bin/env bash

if [ -z "${CROSS}" ]; then
	echo 'Error: Environment variable CROSS is empty/unset.  Aborting.' >&2

	exit 1
fi