Put the special characters at the end of the tr argument
Otherwise tr will interpret the argument as an option due to the first character being a dash. Move the dash to the last character so that tr does not interpret it as a range. Fixes: commit 75dbebb7 Fixes: tr: invalid option -- '_'
Loading
Please register or sign in to comment