Skip to content

Commit

Permalink
fix runtime path in firefox-env
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Apr 22, 2021
1 parent d888d3d commit 9679a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/wasm/js-tests/firefox-env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ if [ ! -d zotero-standalone-build/xulrunner ]; then
echo "error: could not find Firefox in $PWD/zotero-standalone-build/xulrunner" >/dev/stderr
exit 1
fi
. "./zotero-standalone-build/config.sh"

cd zotero-standalone-build
. "./config.sh"

UNAME=$(uname)
if [ "$UNAME" = "Linux" ]; then
Expand Down

0 comments on commit 9679a20

Please sign in to comment.