]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* commit (SHELL): Set it explicitly, incase some madman is using
authorGary V. Vaughan <gary@gnu.org>
Wed, 18 Feb 2004 09:55:53 +0000 (09:55 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 18 Feb 2004 09:55:53 +0000 (09:55 +0000)
tcsh as their login shell :-b

ChangeLog
commit

index ee9d654d5e74527daec4d4d317580cc721fb59e7..819c867ef435a42f4125379c0295905a7b1a7d67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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  Scott James Remnant  <scott@netsplit.com>
 
        * Makefile.am (m4/ltversion.m4): Generate serial number by
@@ -13,7 +18,7 @@
 2004-02-15  Peter O'Gorman  <peter@pogma.com>
 
        * m4/libtool.m4, ltmain.in: Rename shrext to shrext_cmds.
-       
+
 2004-02-13  Scott James Remnant  <scott@netsplit.com>
 
        * 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  <china@thewrittenword.com>
        Scott James Remnant  <scott@netsplit.com>
 
@@ -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  <scott@netsplit.com>
 
        * m4/ltoptions.m4: This got committed by an over-keen Gary,
diff --git a/commit b/commit
index 003239f4bbb01c2d35a214425339f8819e445f99..739cc6cb79c82f2fc7916be6c4197badd0edb4f6 100755 (executable)
--- a/commit
+++ b/commit
 # Report bugs to <gary@gnu.org>
 
 : ${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"