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 48f94dd commit 9285b87Copy full SHA for 9285b87
build-abnfgen.sh
@@ -8,10 +8,7 @@ if [[ ! -d "$ROOT_DIR/tools/abnfgen" ]]; then
8
rm -rf "$ROOT_DIR/temp/abnfgen"
9
mkdir -p "$ROOT_DIR/temp/abnfgen"
10
11
- wget http://www.quut.com/abnfgen/abnfgen-0.20.tar.gz \
12
- --output-document "$ROOT_DIR/temp/abnfgen.tar.gz"
13
-
14
- tar xf "$ROOT_DIR/temp/abnfgen.tar.gz" \
+ tar xf "$ROOT_DIR/tests/abnfgen-0.20.tar.gz" \
15
--directory "$ROOT_DIR/temp/abnfgen" \
16
--strip-components 1
17
tests/abnfgen-0.20.tar.gz
74.3 KB
0 commit comments