1076b9443SCy Schubert#!/bin/sh 2*17f0f753SCy Schubertdir0="`dirname "$0"`" 3*17f0f753SCy SchubertdirA="$dir0/../autosetup" 4*17f0f753SCy Schubert# This is the case ^^^^^^^^^^^^ in the SQLite "autoconf" bundle. 5*17f0f753SCy SchubertWRAPPER="$0"; export WRAPPER; exec "`"$dirA/autosetup-find-tclsh"`" \ 6*17f0f753SCy Schubert "$dirA/autosetup" --teaish-extension-dir="$dir0" \ 7*17f0f753SCy Schubert "$@" 8