Skip to content

Commit

Permalink
Move Go code to canonical directories and execute binary instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Nov 27, 2023
1 parent 8010d65 commit 643c9a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added apt_query
Binary file not shown.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function get_normalized_package_list {
| sed 's/[,\]/ /g; s/\s\+/ /g; s/^\s\+//g; s/\s\+$//g' \
| sort -t' ')
local script_dir="$(dirname -- "$(realpath -- "${0}")")"
go run ${script_dir}/apt_query.go normalized-list ${packages}
${script_dir}/apt_query normalized-list ${packages}
}

###############################################################################
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 643c9a4

Please sign in to comment.