Skip to content

Commit 4bbfec4

Browse files
committed
actually this is correct
1 parent 9523196 commit 4bbfec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/ptc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for header in ../library/**/*.hpp; do
3434
lines="$(wc -l <input)"
3535
for i in $(seq "$lines" -5 1); do
3636
hash=$(head -n "$i" input | sed '/^#include/d' | cpp -dD -P -fpreprocessed | ./../library/contest/hash.sh)
37-
sed -i "${i}s/&/\/\/${hash}/" "$header"
37+
sed -i "${i}s/$/\/\/${hash}/" "$header"
3838
done
3939
done
4040

0 commit comments

Comments
 (0)