Skip to content

Commit afdca4e

Browse files
chore(r/sedonadb): Bump savvy to v0.9.2 (#494)
1 parent 68970b0 commit afdca4e

3 files changed

Lines changed: 17 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/sedonadb/src/init.c

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/sedonadb/tools/savvy-update.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ main() {
4040

4141
# Add license header, put includes on their own lines, and fix a typo in init.c
4242
echo "${LICENSE_C}" > "${init_c}"
43-
sed 's/#include/\n#include/g' "${init_c}.tmp" | \
44-
sed '1s/^\n//' | \
45-
sed 's/initialzation/initialization/g' >> "${init_c}"
43+
cat "${init_c}.tmp" >> "${init_c}"
4644

4745
# Add license header to 000-wrappers.R
4846
echo "${LICENSE_R}" > "${wrappers_r}"

0 commit comments

Comments
 (0)