lsort -unique: Fix case with no duplicates
[jimtcl.git] / sqlite3 / build-ext
bloba6fa5c3e473f2706267431815ed878fb0a156cba
1 #!/bin/sh
3 # This is a small wrapper around build-jim-ext
4 # which knows it is running in <srcdir>/sqlite3 and
5 # so can find a host version of jimsh/tclsh
7 # Prefer jimsh in .. if it exists
8 PATH=..:$PATH; export PATH
9 asdir="`dirname "$0"`/../autosetup"
10 exec "`$asdir/find-tclsh`" ../build-jim-ext "$@"