We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1624e7f commit 48e118eCopy full SHA for 48e118e
tools/dep_updaters/update-test426-fixtures.sh
@@ -2,8 +2,10 @@
2
3
set -e
4
5
-TARGET_DIR="$(dirname "$0")/../../test/fixtures/test426"
6
-README="$(dirname "$0")/../../test/test426/README.md"
+BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
+
7
+TARGET_DIR="$BASE_DIR/test/fixtures/test426"
8
+README="$BASE_DIR/test/test426/README.md"
9
TARBALL_URL=$(curl -fsIo /dev/null -w '%header{Location}' https://github.com/tc39/source-map-tests/archive/HEAD.tar.gz)
10
SHA=$(basename "$TARBALL_URL")
11
0 commit comments