The example viewer in the man page also uses eval:

   #!/bin/dash
   read -p "program to use: " pgm
   eval $pgm "$1"

Please fix it too.

--
Jakub Wilk

Reply via email to