If we're using xpg4's id, remember to pass args.

This commit is contained in:
Darren Tucker 2024-03-26 16:26:14 +11:00
parent fe16948793
commit dc37d2d247
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ fi
if [ -x "/usr/xpg4/bin/id" ]; then
id()
{
/usr/xpg4/bin/id
/usr/xpg4/bin/id $@
}
fi