Changes between Version 1 and Version 2 of Ticket #4479, comment 4


Ignore:
Timestamp:
08/29/24 06:31:09 (2 months ago)
Author:
glennmcc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4479, comment 4

    v1 v2  
    88It does work fine running mc in a terminal window _inside_ of X 
    99 
    10 So, do I simply need to remove the parenthesis like this ? 
    11 9       if [ -n "$DISPLAY" ]; then 
    12 10      [ -n "${MC_XDG_OPEN}" ] || MC_XDG_OPEN="xdg-open" 
    13 11      fi 
    14  
     10So, do I simply need to remove the parenthesis from that line ?