]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Avoid $EUID and use id -u instead.
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 16 Jan 2018 12:34:23 +0000 (13:34 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 16 Jan 2018 12:36:31 +0000 (06:36 -0600)
commit637bd26575f55d73f290c3ada99033042ca3b7be
tree3e7c5ee4086f6bd8fe1e4c194dbe75e4d1c3797f
parent5ebb32d3e3dbf8d48d96e9746569fd1b29ff88af
BuildSystem: Avoid $EUID and use id -u instead.

Makefile included a call to ${EUID} which requires the shell bash. To keep
compatibility with other shells like dash or ksh, use id -u instead.

ASTERISK-27589

Change-Id: Ia6e74f5bc9aab4e6dc62b7439f647b7964e6f657
Makefile