https://github.com/mozilla/gecko-dev
Revision 6e2c6b58ff1476211c252b84d417365a2de3701e authored by ffxbld on 23 May 2024, 11:04:44 UTC, committed by ffxbld on 23 May 2024, 11:04:44 UTC
Differential Revision: https://phabricator.services.mozilla.com/D211350
1 parent 4fe842d
Raw File
Tip revision: 6e2c6b58ff1476211c252b84d417365a2de3701e authored by ffxbld on 23 May 2024, 11:04:44 UTC
No Bug, mozilla-beta repo-update HSTS HPKP remote-settings mobile-experiments - a=repo-update r=pascalc
Tip revision: 6e2c6b5
configure
#!/bin/sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

SRCDIR=$(dirname $0)
TOPSRCDIR="$SRCDIR"
PYTHON3="${PYTHON3:-python3}"

exec "$PYTHON3" "$TOPSRCDIR/configure.py" "$@"
back to top