firefox-90.0
This commit is contained in:
Vendored
+1
-1
@@ -22,4 +22,4 @@ SRCDIR=$(dirname $0)
|
||||
TOPSRCDIR="$SRCDIR"
|
||||
export OLD_CONFIGURE="$SRCDIR"/old-configure
|
||||
|
||||
which python2.7 > /dev/null && exec python2.7 "$TOPSRCDIR/configure.py" "$@" || exec python "$TOPSRCDIR/configure.py" "$@"
|
||||
which python3 > /dev/null && exec python3 "$TOPSRCDIR/configure.py" "$@" || exec python "$TOPSRCDIR/configure.py" "$@"
|
||||
|
||||
Reference in New Issue
Block a user