/[soft]/desktop-common-data/trunk/bin/editor
ViewVC logotype

Diff of /desktop-common-data/trunk/bin/editor

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4446 by dams, Thu May 10 11:41:43 2012 UTC revision 7450 by boklm, Sat Mar 2 14:58:06 2013 UTC
# Line 53  if [[ -z "$TEXTEDITOR" ]]; then Line 53  if [[ -z "$TEXTEDITOR" ]]; then
53  fi  fi
54    
55  if [[ -n "$TEXTEDITOR" ]]; then  if [[ -n "$TEXTEDITOR" ]]; then
56      exec $TEXTEDITOR $@      exec $TEXTEDITOR "$@"
57  else  else
58      echo "no text editor detected"      echo "no text editor detected"
59  fi  fi

Legend:
Removed from v.4446  
changed lines
  Added in v.7450

  ViewVC Help
Powered by ViewVC 1.1.30