https://github.com/mozilla/gecko-dev
Revision cfd923c481498e7811583e863aa19853c72a1642 authored by Sidharth Sachdev on 28 May 2024, 19:17:57 UTC, committed by Sidharth Sachdev on 28 May 2024, 19:17:57 UTC
Original Revision: https://phabricator.services.mozilla.com/D211043

Differential Revision: https://phabricator.services.mozilla.com/D211878
1 parent fea2077
Raw File
Tip revision: cfd923c481498e7811583e863aa19853c72a1642 authored by Sidharth Sachdev on 28 May 2024, 19:17:57 UTC
Bug 1897968 - Typo in browserglue pref. checkbox not depended on pref. a=pascalc
Tip revision: cfd923c
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