tcsh as their login shell :-b
+2004-02-18 Gary V. Vaughan <gary@gnu.org>
+
+ * commit (SHELL): Set it explicitly, incase some madman is using
+ tcsh as their login shell :-b
+
2004-02-15 Peter O'Gorman <peter@pogma.com>
* libtool.m4, ltmain.in: Rename shrext to shrext_cmds.
# Report bugs to <gary@gnu.org>
: ${CVS="cvs"}
-: ${SHELL="/bin/sh"}
: ${MAILNOTIFY="./mailnotify"}
: ${MKSTAMP="./mkstamp"}
: ${MV="mv -f"}
: ${RM="rm -f"}
: ${SED="sed"}
+SHELL="/bin/sh"
+
dirname="s,/[^/]*$,,"
basename="s,^.*/,,g"