Don't treat # specially here

This commit is contained in:
brian 2000-03-28 15:11:38 +00:00
parent 96493b09f8
commit 7d12e18643

View File

@ -150,12 +150,6 @@ InterpretArg(const char *from, char *to)
endpwent();
break;
case '#':
if (!instring)
while (*from != '\0')
*to++ = *from++;
break;
default:
*to++ = *from++;
break;