]> 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 10:05:23 +0000 (10:05 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 18 Feb 2004 10:05:23 +0000 (10:05 +0000)
tcsh as their login shell :-b

ChangeLog
commit

index b8b5d875991f0e4a724a9d68ec61426f1838e656..565b9d4a92df1e39488858fdc35e9e7d07f75e43 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  Peter O'Gorman  <peter@pogma.com>
 
        * libtool.m4, ltmain.in: Rename shrext to shrext_cmds.
diff --git a/commit b/commit
index e6c0a9cb761ee3a358d6db0c6aa672f1f3b24e60..908494781f1b817133ec69c984496b210859e1d6 100755 (executable)
--- a/commit
+++ b/commit
 # 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"