Changeset 7487 for branches/stable_5.0

Show
Ignore:
Timestamp:
29/04/11 15:12:33 (13 months ago)
Author:
westram
Message:
  • removed debug prints
  • removed wrong escape
Location:
branches/stable_5.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/HELP_SOURCE/oldhelp/arb_envar.hlp

    r7486 r7487  
    3939 
    4040                            The call which is needed to create a xterm invoking external programs 
    41                             (default: \$ARB_XTERM -e ). 
     41                            (default: $ARB_XTERM -e ). 
    4242 
    4343                    USER 
  • branches/stable_5.0/SH/arb_textedit

    r7486 r7487  
    1 #!/bin/sh -x 
     1#!/bin/bash 
    22 
    33IS_X_EDITOR=0# no idea 
     
    3838    echo "Edits a file using $ARB_TEXTEDIT" 
    3939else 
    40     echo "IS_X_EDITOR=$IS_X_EDITOR" 
    4140    if [ $IS_X_EDITOR = 1 ]; then 
    4241        $ARB_TEXTEDIT $1