From: pcanterino <> Date: Sat, 30 Oct 2004 17:32:26 +0000 (+0000) Subject: Because of the ugly behaviour of $(, I'm now using the getgid() function from X-Git-Tag: version_2_2~17 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/4308edd69b75085c3b49f90f260f593783fbc93b?ds=sidebyside;hp=4308edd69b75085c3b49f90f260f593783fbc93b Because of the ugly behaviour of $(, I'm now using the getgid() function from the POSIX module to detect the process GID. For being consistent, I'm now using getuid() (also from the POSIX module) to detect the process UID. ---