]> granicus.if.org Git - sudo/commitdiff
Fix typo that prevented a missing linux audit lib from being detected.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 23 Aug 2019 17:37:55 +0000 (11:37 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 23 Aug 2019 17:37:55 +0000 (11:37 -0600)
mkpkg

diff --git a/mkpkg b/mkpkg
index 1b943227b7f40fed413ad0f03515e77ffeb897b0..954435aa2f98c71d7caa4df8fe86bbba286257fa 100755 (executable)
--- a/mkpkg
+++ b/mkpkg
@@ -304,7 +304,7 @@ case "$osversion" in
                test -n "$linux_audit" && break;
            fi
        done
-       if [ -z "linux_audit" ]; then
+       if [ -z "$linux_audit" ]; then
            echo "unable to determine package for libaudit" 1>&2
            exit 1
        fi