]> git.marmaro.de Git - mmh/blobdiff - sbr/m_mktemp.c
Fixed explanation of why the unset SHELL test is uselessif /bin/sh is bash.
[mmh] / sbr / m_mktemp.c
index 9f99119e1bb04fe88a5b8ad8894f862d596c346f..c08f614e1fc5c25c4eb685df5b356b9c1a851e3c 100644 (file)
@@ -130,7 +130,7 @@ m_mktemp2 (
 static char *
 get_temp_dir()
 {
-    // Ignore envvars if we are setuid
+    /* Ignore envvars if we are setuid */
     if ((getuid()==geteuid()) && (getgid()==getegid())) {
         char *tmpdir = NULL;
         tmpdir = getenv("MHTMPDIR");