summaryrefslogtreecommitdiffstats
path: root/memory/jemalloc/helper/git
blob: 9afdb6778e5a3ed2cf219d9be1357a21849ff92a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# jemalloc's configure runs git to determine the version. But when building
# from a gecko git clone, the git commands it uses is going to pick gecko's
# information, not jemalloc's, which is useless. So pretend we don't have git
# at all. That will make jemalloc's configure pick the in-tree VERSION file.

exit 1