Mailing List Archive

[openssh] 03/03: If we're using xpg4's id, remember to pass args.
This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit dc37d2d2470b4a9cedcee9ac926b7362214e3305
Author: Darren Tucker <dtucker@dtucker.net>
AuthorDate: Tue Mar 26 16:26:14 2024 +1100

If we're using xpg4's id, remember to pass args.
---
regress/test-exec.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index f4c363d8..a109904c 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -403,7 +403,7 @@ fi
if [ -x "/usr/xpg4/bin/id" ]; then
id()
{
- /usr/xpg4/bin/id
+ /usr/xpg4/bin/id $@
}
fi


--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits