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