fixes #32, shlex was complaining because we didn't do quote replacements before trying to split (because of the replchars edgecase). Since all that first split is looking for is to identify the replchars token, the built-in python string.split works fine
fixes #32, shlex was complaining because we didn't do quote replacements before trying to split (because of the replchars edgecase). Since all that first split is looking for is to identify the replchars token, the built-in python string.split works fine