kristopolous / TickTick

JSON in your Bash scripts
http://9ol.es/TheEmperorsNewClothes.html
Other
579 stars 55 forks source link

(Fixed) Unquoted string safing in README example (#41) #47

Closed XLTechie closed 4 years ago

XLTechie commented 4 years ago

The employees example in the README, uses an unquoted string expansion in the printf. The same example in example.sh quotes this string.

This problem caused issue #41 , most likely, because that user just followed the README without knowing why.

This PR fixes the README example by quoting the string dereference like the example.sh version does.

kristopolous commented 4 years ago

thanks i just saw this ... i'm about to go to bed. i'll look in the morning

kristopolous commented 4 years ago

well I'm getting a total failure actually ... let me see why this system is broken. I haven't ran it in years

kristopolous commented 4 years ago

ok sure enough you are totally correct.

XLTechie commented 4 years ago

Thanks. :)