kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

should this string be double quoted instead of single? #293

Closed E5ten closed 5 months ago

E5ten commented 2 years ago

https://github.com/kisslinux/kiss/blob/990eba374e685b841266ce025773e62af93912db/kiss#L135 It seems to me like the intent here was to have the single quotes around %s be part of the output, rather than breaking up the quoting of the whole format. Is the intent here to actually have the behaviour that would actually result from doing this? "Using '%s' (to become %s)\n"