__line fails, if line contains single/double quotes #275
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: telmich
Single quotes could work, but double quotes cannot. need to find a way to output the line securely without getting it modified
Created by: asteven
Just for reference. Issues like this one would also be reliably solved by #663.
Created by: matthijskooijman
Seems like this is fixed and can be closed?
Created by: winduptoy
@darko-poljak @telmich #594 works for me.
Created by: darko-poljak
@winduptoy Can you test a fix from PR: https://github.com/ungleich/cdist/pull/594
Created by: winduptoy
@telmich I'm having trouble with this one.
On remote machine,
/etc/TEST.txtleaves the file unchanged. Is there something I'm missing necessary to escape those single quotes?
Created by: telmich
Fixed some time ago