Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't bother trying to set $*USER/GROUP on Windows
  • Loading branch information
lizmat committed Jun 3, 2014
1 parent 68060fe commit a8798f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Process.pm
Expand Up @@ -33,7 +33,7 @@
}

# probably needs some nqp::op, LHF for someone?
if try { qx/id/ } -> $id {
if !$*DISTRO.is-win && try { qx/id/ } -> $id {
if $id ~~ m/^
[ uid "=" $<uid>=(\d+) ]
[ "(" $<user>=(<-[ ) ]>+) ")" ]
Expand Down

0 comments on commit a8798f7

Please sign in to comment.