Don't treat # specially here

This commit is contained in:
Brian Somers 2000-03-28 15:11:38 +00:00
parent a729b39d7c
commit effc341fe3

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;