mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
The old Solaris /bin/sh doesn't support POSIX $( .. ) syntax,
use backquotes instead.
This commit is contained in:
parent
2d0699a070
commit
6c9e92aba6
2
mkpkg
2
mkpkg
@ -191,7 +191,7 @@ case "$osversion" in
|
||||
;;
|
||||
esac
|
||||
# Newer Debian uses arch-specific lib dirs
|
||||
MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)
|
||||
MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null`
|
||||
# Note, must indent with tabs, not spaces due to IFS trickery
|
||||
if test "$flavor" = "ldap"; then
|
||||
configure_opts="${configure_opts}${configure_opts+$tab}--with-ldap
|
||||
|
Loading…
x
Reference in New Issue
Block a user