Changeset 56 for confman/confman


Ignore:
Timestamp:
04/06/2006 17:31:37 (6 years ago)
Author:
ccowart
Message:

A default editor makes sense... Otherwise things fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r55 r56  
    4646        echo "Error: Couldn't read the host's recipe!" >&2 
    4747        exit 1 
     48fi 
     49 
     50# Set a default editor 
     51if [ -z ${EDITOR} ] ; then 
     52        EDITOR="vi" 
    4853fi 
    4954 
Note: See TracChangeset for help on using the changeset viewer.