Diff

Differences From Artifact [b1c6fc2088]:

To Artifact [08c07cb4da]:


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