1 #!/bin/bash 2 3 export BOOTSTRAP="${BASH_SOURCE[0]}" 4 export SRCDIR=".." 5 export BOOTSTRAP_MANIFEST="src.build.ninja.in" 6 export WRAPPER="../blueprint.bash" 7 8 ../bootstrap.bash "$@" 9