Match what is in netbsd.

This commit is contained in:
sjg 2013-05-18 13:15:19 +00:00
parent 1fdedca7e3
commit e51b2aaaf8

View File

@ -545,7 +545,7 @@ Var_Delete(const char *name, GNode *ctxt)
if (strchr(name, '$')) {
cp = Var_Subst(NULL, name, VAR_GLOBAL, 0);
} else {
cp = name;
cp = (char *)name;
}
ln = Hash_FindEntry(&ctxt->context, cp);
if (DEBUG(VAR)) {