]> git.proxmox.com Git - mirror_zfs.git/commit - configure.ac
Switch sed -E to -r for better portability
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 May 2022 16:13:51 +0000 (09:13 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 16:13:51 +0000 (09:13 -0700)
commit82aa4f6f858549ba51d8afa207b179e4a3403d95
tree171bc57edfeb16284007b1c207d70daeeb554c7b
parent4dc1c8a0b84678a98e1c541493988b348ea0e644
Switch sed -E to -r for better portability

GNU sed 4.1.2 does not support the -E flag and this version is used by
some cross-compiling tool chains.  Switch -E to -r which is understood.

Reviewed-by: Ahelenia ZiemiaƄska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13502
configure.ac