Skip to content

Commit 6a5db0c

Browse files
committed
Create gix-packetline-blocking headers as regular comments
See #1340 (comment).
1 parent f2b3ae6 commit 6a5db0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/copy-packetline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function make_header () {
8787
endline="$2"
8888

8989
# shellcheck disable=SC2016 # The backticks are intentionally literal.
90-
printf '//! DO NOT EDIT - this is a copy of %s. Run `just copy-packetline` to update it.%s%s' \
90+
printf '// DO NOT EDIT - this is a copy of %s. Run `just copy-packetline` to update it.%s%s' \
9191
"$source_file" "$endline" "$endline"
9292
}
9393

0 commit comments

Comments
 (0)