Changes between Initial Version and Version 5 of Ticket #40797


Ignore:
Timestamp:
Oct 18, 2013, 12:32:51 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40797

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port groff added
  • Ticket #40797 – Description

    initial v5  
    99
    1010# original line:
     11{{{
    1112   if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 ; then
     13}}}
    1214
    1315# changed line
     16{{{
    1417   if echo P2 2 2 255 0 1 2 0 | $pnmtops -nosetpage > /dev/null 2>&1 ; then
     18}}}
    1519
    1620Note that the configure file spends some effort to figure out the path to pnmtops (putting it in the variable with the same name) so regardless of the hanging issue the code that uses plain 'pnmtops' instead of '$pnmtops' looks suspicious. There are code a few lines down that sets pnmtops_nosetpage to a value that also ignores the path found for pnmtops but I did not change those.