Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-24 18:58:59 +0100
committerErich Eckner <git@eckner.net>2021-03-24 18:58:59 +0100
commitf07c99d4f532cc02e1a285a701f580bb34900e37 (patch)
tree26c379eb2982d704d31795a0949727683b231b4b /bin/build-packages
parente7c1e50550978d408706488d36e75ced43d173b6 (diff)
`hostname` -> `uname -n`
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 04eb425..d73a440 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -1063,7 +1063,7 @@ while [ "${count}" -ne 0 ] && \
if ${upload_to_build_master}; then
printf '%s@%s\n' \
"$(whoami)" \
- "$(hostname)" >> \
+ "$(uname -n)" >> \
"${log}"
gzip "${log}"
else