mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix use of potentially uninitialised variable in deciding where to put
man pages and how to build them.
This commit is contained in:
@@ -205,6 +205,7 @@ prefix="$PREFIX"
|
||||
dnl man pages (source)
|
||||
dnl also check if man page source is gzipped
|
||||
dnl (usually on Debian, but not Redhat pre-7.0)
|
||||
pkg_man_dir=${prefix}/man
|
||||
have_zipped_manpages=false
|
||||
for d in ${prefix}/share/man ${prefix}/man ; do
|
||||
if test -f $d/man1/man.1.gz
|
||||
|
||||
Reference in New Issue
Block a user