From 3e3c58137c5bafdf0ffa6c150d1cc95297d0c5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 5 Apr 2022 18:43:23 +0100 Subject: [PATCH] Fix a typo in sysglobal/helpers.sh --- sysglobal/helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysglobal/helpers.sh b/sysglobal/helpers.sh index 4fe674f..3294fd1 100755 --- a/sysglobal/helpers.sh +++ b/sysglobal/helpers.sh @@ -237,7 +237,7 @@ default_src_install() { } create_tarball_pkg() { - # If grep is unavaliable, then tar --sort is unavaliable. + # If grep is unavailable, then tar --sort is unavailable. # So this does not need a command -v grep. if tar --help | grep ' \-\-sort' >/dev/null 2>&1; then tar -C "${DESTDIR}" --sort=name --hard-dereference -cf "/usr/src/repo/${pkg}_${revision}.tar" .