Date:        Thu, 10 Jan 2019 13:52:59 -0800
    From:        Jeremy <asfbugzi...@nuru.net>
    Message-ID:  
<CAP_kx+7PSMZCmAevKBnmvB1pgoB_TALbNSk0x9Rj=0u1k9t...@mail.gmail.com>

ps:  (intended to add this in the previous reply and forgot...)

  | even though in general I hate
  | to ship a script that uses eval.

Why?    eval is a prefectly proper and useful part of the
shell, and should be used when appropriate.

You shouldn't really be using it on arbitrary user data (or
not without careful precautions) but on strings created by
the script itself it is perfectly safe.

kre


Reply via email to