##// END OF EJS Templates
Use vi if $EDITOR is unset.
Thomas Arendsen Hein -
r304:38fb7d23 default
parent child Browse files
Show More
@@ -11,6 +11,8 b' LOCAL=$1'
11 BASE=$2
11 BASE=$2
12 OTHER=$3
12 OTHER=$3
13
13
14 EDITOR="${EDITOR:-vi}"
15
14 # Back up our file
16 # Back up our file
15 cp $LOCAL $LOCAL.orig
17 cp $LOCAL $LOCAL.orig
16
18
General Comments 0
You need to be logged in to leave comments. Login now