make build.sh forcibly change to i2p.firefox directory before running, it won't work from anywhere else

This commit is contained in:
idk
2022-02-17 16:31:14 -05:00
parent cedacc64ce
commit 2afeee3d56

View File

@ -1,6 +1,9 @@
#!/bin/bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR" || exit 1
. i2pversion
if [ -f i2pversion_override ]; then