Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09adb86

Browse filesBrowse files
almeidxjuanarbol
authored andcommitted
tools: fix macro name in update-undici
PR-URL: #46217 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent cce2af4 commit 09adb86
Copy full SHA for 09adb86

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎tools/update-undici.sh‎

Copy file name to clipboardExpand all lines: tools/update-undici.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ rm -f deps/undici/undici.js
3232
FILE_PATH="$ROOT/src/undici_version.h"
3333
echo "// This is an auto generated file, please do not edit." > "$FILE_PATH"
3434
echo "// Refer to tools/update-undici.sh" >> "$FILE_PATH"
35-
echo "#ifndef SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
36-
echo "#define SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
35+
echo "#ifndef SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
36+
echo "#define SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
3737
echo "#define UNDICI_VERSION \"$UNDICI_VERSION\"" >> "$FILE_PATH"
38-
echo "#endif // SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
38+
echo "#endif // SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
3939
)
4040

4141
mv undici-tmp/node_modules/undici deps/undici/src

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.