Changeset 7487 for branches/stable_5.0
- Timestamp:
- 29/04/11 15:12:33 (13 months ago)
- Location:
- branches/stable_5.0
- Files:
-
- 2 modified
-
HELP_SOURCE/oldhelp/arb_envar.hlp (modified) (1 diff)
-
SH/arb_textedit (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/HELP_SOURCE/oldhelp/arb_envar.hlp
r7486 r7487 39 39 40 40 The call which is needed to create a xterm invoking external programs 41 (default: \$ARB_XTERM -e ).41 (default: $ARB_XTERM -e ). 42 42 43 43 USER -
branches/stable_5.0/SH/arb_textedit
r7486 r7487 1 #!/bin/ sh -x1 #!/bin/bash 2 2 3 3 IS_X_EDITOR=0# no idea … … 38 38 echo "Edits a file using $ARB_TEXTEDIT" 39 39 else 40 echo "IS_X_EDITOR=$IS_X_EDITOR"41 40 if [ $IS_X_EDITOR = 1 ]; then 42 41 $ARB_TEXTEDIT $1
