]> git.p6c8.net - devedit.git/commit
Because of the ugly behaviour of $(, I'm now using the getgid() function from
authorpcanterino <>
Sat, 30 Oct 2004 17:32:26 +0000 (17:32 +0000)
committerpcanterino <>
Sat, 30 Oct 2004 17:32:26 +0000 (17:32 +0000)
commit4308edd69b75085c3b49f90f260f593783fbc93b
treed927f42228aa4087e10271a434abe76f7076ce77
parent8471bffa3989846e162bbbe3e59a265b85e31ad1
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.
modules/Command.pm

patrick-canterino.de