Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The safe filter doesn't properly handle files with TAB in their name #9

Closed
dharple opened this issue Mar 8, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@dharple
Copy link
Owner

dharple commented Mar 8, 2017

Reproduction steps:

create test.sh:

#!/bin/sh
touch "hi	there"

(There is a TAB between hi and there)

chmod +x test.sh
./test.sh
ls -1 | inline-detox
# OUTPUT: hi	here
# or
detox -n hi*
# OUTPUT: hi	there -> hi	here
@dharple dharple added the bug label Mar 8, 2017
@dharple dharple self-assigned this Mar 8, 2017
@dharple
Copy link
Owner Author

dharple commented Feb 2, 2021

This is fixed, and will be part of a future release.

@dharple dharple closed this as completed Feb 2, 2021
@dharple dharple assigned dharple and unassigned dharple Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant