| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 89390a6 commit 76cbc07
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | set -e | |
| 3 | 3 | # Shell script to update c-ares in the source tree to a specific version | |
| 4 | 4 | ||
| 5 | - BASE_DIR="$( pwd )" | ||
| 5 | + BASE_DIR=$(cd "$(dirname "$0")/.." && pwd) | ||
| 6 | 6 | DEPS_DIR="$BASE_DIR/deps" | |
| 7 | 7 | ARES_VERSION=$1 | |
| 8 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ set -e | |||
| 3 | 3 | ||
| 4 | 4 | # Shell script to update llhttp in the source tree to specific version | |
| 5 | 5 | ||
| 6 | - BASE_DIR="$( pwd )" | ||
| 6 | + BASE_DIR=$(cd "$(dirname "$0")/.." && pwd) | ||
| 7 | 7 | DEPS_DIR="${BASE_DIR}/deps" | |
| 8 | 8 | LLHTTP_VERSION="$1" | |
| 9 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | set -e | |
| 3 | 3 | # Shell script to update nghttp2 in the source tree to specific version | |
| 4 | 4 | ||
| 5 | - BASE_DIR="$( pwd )" | ||
| 5 | + BASE_DIR=$(cd "$(dirname "$0")/.." && pwd) | ||
| 6 | 6 | DEPS_DIR="$BASE_DIR/deps" | |
| 7 | 7 | NGHTTP2_VERSION=$1 | |
| 8 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | set -e | |
| 3 | 3 | # Shell script to update npm in the source tree to a specific version | |
| 4 | 4 | ||
| 5 | - BASE_DIR="$( pwd )" | ||
| 5 | + BASE_DIR=$(cd "$(dirname "$0")/.." && pwd) | ||
| 6 | 6 | DEPS_DIR="$BASE_DIR/deps" | |
| 7 | 7 | NPM_VERSION=$1 | |
| 8 | 8 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments