Don't treat # specially here
This commit is contained in:
parent
96493b09f8
commit
7d12e18643
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user