[openssh-commits] [openssh] 03/03: If we're using xpg4's id, remember to pass args.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 26 16:27:22 AEDT 2024


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 at 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 at mindrot.org.


More information about the openssh-commits mailing list