Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usql: bump to 0.19.4 #22052

Merged
merged 1 commit into from
Nov 10, 2024
Merged

usql: bump to 0.19.4 #22052

merged 1 commit into from
Nov 10, 2024

Conversation

licy183
Copy link
Member

@licy183 licy183 commented Oct 31, 2024

Closes #21924


cd $TERMUX_PKG_SRCDIR
# Build and replace resvg
local _resvg_go_url="$(cat go.mod | grep resvg | awk '{print $1}')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash does have built-in syntax for grabbing the contents of a file in the form of $(</path/to/file)

Quote:1

The command substitution $(cat file) can be replaced by the
equivalent but faster $(< file).

Though I don't think this would make any practical difference in this instance or the one below.

Footnotes

  1. https://www.man7.org/linux/man-pages/man1/bash.1.html#EXPANSION:~:text=%24(%3C

@licy183 licy183 merged commit f8a1099 into master Nov 10, 2024
7 checks passed
@licy183 licy183 deleted the issue-21924 branch November 10, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto update failing for usql
2 participants