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

Do not quote multiple lines to deal as single line #210

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Conversation

babarot
Copy link
Owner

@babarot babarot commented Jun 16, 2023

WHAT

this current behavior

+__enhancd::filepath::walk:6> dirs=( /etc/apache2 $'/etc\n/' ) 

shoule be

+__enhancd::filepath::walk:6> dirs=( /etc/apache2 /etc ) 

WHY

#209 (Especially #209 (comment))

@babarot babarot added the kind/bug A bug; unintended behavior label Jun 16, 2023
@github-actions github-actions bot added area/bash Catch all for changes in bash files missing/fish Denotes a PR that needs to include changes against missing area labels Jun 16, 2023
@babarot
Copy link
Owner Author

babarot commented Jun 16, 2023

missing fish is no problem in this case

@babarot babarot merged commit 007c28d into master Jun 16, 2023
@github-actions github-actions bot mentioned this pull request Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bash Catch all for changes in bash files kind/bug A bug; unintended behavior missing/fish Denotes a PR that needs to include changes against missing area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant