From: Gary V. Vaughan Date: Wed, 18 Feb 2004 10:05:23 +0000 (+0000) Subject: * commit (SHELL): Set it explicitly, incase some madman is using X-Git-Tag: release-1-5-4~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f37b6672573d27d004b1e5654e55f404745bd1d;p=thirdparty%2Flibtool.git * commit (SHELL): Set it explicitly, incase some madman is using tcsh as their login shell :-b --- diff --git a/ChangeLog b/ChangeLog index b8b5d8759..565b9d4a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-18 Gary V. Vaughan + + * commit (SHELL): Set it explicitly, incase some madman is using + tcsh as their login shell :-b + 2004-02-15 Peter O'Gorman * libtool.m4, ltmain.in: Rename shrext to shrext_cmds. diff --git a/commit b/commit index e6c0a9cb7..908494781 100755 --- a/commit +++ b/commit @@ -67,13 +67,14 @@ # Report bugs to : ${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"