diff options
Diffstat (limited to 'makeenv.c')
-rw-r--r-- | makeenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ trim_around_equals(char *s) val++; if (val != p) - stpcpy(p, val); + memmove(p, val, strlen(val) + 1U); } |
index : makeenv | ||
[Basically feature complete] Run make(1) with environment loaded from .makeenv | Mattias Andrée <m@maandree.se> |
aboutsummaryrefslogtreecommitdiffstats |