1#!/bin/sh
2
3export VARIANT=ubasan
4export TOOLSET=clang
5export TRAVIS=0
6export BOOST_ROOT="`pwd`"
7
8"$1"
9