From 820bae5fe3f0f32310af8318e84bf0f59313f802 Mon Sep 17 00:00:00 2001 From: Tim Bell Date: Wed, 21 Oct 2009 00:12:59 -0700 Subject: [PATCH] 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u Reviewed-by: ohair, dcubed --- jdk/test/com/sun/jdi/ShellScaffold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/com/sun/jdi/ShellScaffold.sh b/jdk/test/com/sun/jdi/ShellScaffold.sh index 0ca14814e6c..855ba8ba092 100644 --- a/jdk/test/com/sun/jdi/ShellScaffold.sh +++ b/jdk/test/com/sun/jdi/ShellScaffold.sh @@ -307,7 +307,7 @@ EOF #The alternative would be to use /usr/bin/pargs [pid] to get #all the args for a process, splice them back into one #long string, then grep. - UU=`/usr/bin/id -un` + UU=`/usr/xpg4/bin/id -u -n` psCmd="pgrep -f -l -U $UU" else ulimit -c 0