mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
don't use -f to "hostname", its not portable.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ pkg_distribution="SGI ProPack"
|
||||
test -z "$DISTRIBUTION" || pkg_distribution="$DISTRIBUTION"
|
||||
AC_SUBST(pkg_distribution)
|
||||
|
||||
pkg_builder=`id -u -n`@`hostname -f`
|
||||
pkg_builder=`id -u -n`@`hostname`
|
||||
test -z "$PACKAGE_BUILDER" || pkg_builder="$PACKAGE_BUILDER"
|
||||
AC_SUBST(pkg_builder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user