Closed XLTechie closed 4 years ago
thanks i just saw this ... i'm about to go to bed. i'll look in the morning
well I'm getting a total failure actually ... let me see why this system is broken. I haven't ran it in years
ok sure enough you are totally correct.
Thanks. :)
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.