Diff

Differences From Artifact [ecd7e08462]:

To Artifact [d61f1ae923]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#! /bin/bash
#! /usr/bin/env bash

if [ ! -f 'build.sh' ]; then
	echo 'ERROR: This script must be run from the directory it is in' >&2

	exit 1
fi
if [ -z "${TCLVERS}" ]; then