summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 07994a09..edbcabd6 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -413,7 +413,7 @@ int main(int argc, char *argv[])
#if defined(PACMAN_DEBUG) && !defined(CYGWIN) && !defined(BSD)
char *malloc_trace = (char *)getenv("MALLOC_TRACE");
if(!malloc_trace) {
- setenv("MALLOC_TRACE=pacman.mtrace");
+ setenv("MALLOC_TRACE","pacman.mtrace");
}
mtrace();
#endif