2
# Copyright (C) 2004 Aaron Bentley
4
# See the file "COPYING" for further information about
5
# the copyright and warranty status of this work.
12
if [ -z "$EDITOR" ]; then
13
echo '$EDITOR not set'
16
if file=`tla make-log $1`; then
22
echo ' elog : shortcut for $EDITOR `tla make-log`'
27
shortcut for \$EDITOR \`tla make-log\`.
28
usage: $abaname elog [VERSION]
30
This works just like \$EDITOR \`tla make-log\`, except that it handles errors
41
# arch-tag: elog by Aaron Bentley (12:17 Jan 15, 2004)