mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 12:39:08 +01:00
a6349b5605
GitOrigin-RevId: 665a9e3df84103ad40bce85cb5daecfb247b85fb
8 lines
131 B
Bash
8 lines
131 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
set -o errexit
|
|
test -f ${output}
|