mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
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}
|