From: Gary V. Vaughan Date: Wed, 18 Feb 2004 09:55:53 +0000 (+0000) Subject: * commit (SHELL): Set it explicitly, incase some madman is using X-Git-Tag: release-1-9b~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51893aaac0d74d495ca6d036305a76e33ae8c78e;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 ee9d654d5..819c867ef 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 Scott James Remnant * Makefile.am (m4/ltversion.m4): Generate serial number by @@ -13,7 +18,7 @@ 2004-02-15 Peter O'Gorman * m4/libtool.m4, ltmain.in: Rename shrext to shrext_cmds. - + 2004-02-13 Scott James Remnant * ltmain.in, libtoolize.in, commit, config/mailnotify: Correctly @@ -45,7 +50,7 @@ that we only need keep in CVS. * README-alpha: Add -fMakefile.maint to the instructions where needed. - + 2004-02-12 Albert Chin-A-Young Scott James Remnant @@ -56,7 +61,7 @@ command separator. * m4/libtool.m4: Also remove unnecessary trailing slash where we break a line on a command separator. - + 2004-02-12 Scott James Remnant * m4/ltoptions.m4: This got committed by an over-keen Gary, diff --git a/commit b/commit index 003239f4b..739cc6cb7 100755 --- a/commit +++ b/commit @@ -67,13 +67,13 @@ # Report bugs to : ${CVS="cvs"} -: ${SHELL="/bin/sh"} : ${MAILNOTIFY="./config/mailnotify"} : ${MKSTAMP="./config/mkstamp"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SED="sed"} +SHELL="/bin/sh" dirname="s,/[^/]*$,," basename="s,^.*/,,g"