libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: don't assume the user's login shell is bourne compatible [libtool--


From: Gary V. Vaughan
Subject: FYI: don't assume the user's login shell is bourne compatible [libtool--devo--1.0--patch-323]
Date: Wed, 24 Nov 2004 14:33:54 +0000 (GMT)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD and branch-2-0.

  * looking for address@hidden/libtool--devo--1.0--patch-322 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-322
  M  ChangeLog
  M  tests/defs.m4sh
  M  config/general.m4sh
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        If the user's login shell is something crazy like, oooh,
        /bin/tcsh, trying to execute bourne shell helper scripts with
        the `$SHELL /path/to/helper $helper_flags' idiom incase the
        execute bits were lost by say, eeer, cvs, is gonna blow up in
        our faces.  This changeset tries to save these people from
        their shells^H^H^H^H^H^H^H^H^Hmselves :->
  
        * tests/defs.m4sh (SHELL): Move definition from here...
        * config/general.m4sh (SHELL): ...to here.
  
  2004-11-23  Gary V. Vaughan  <address@hidden>
  
  --- orig/config/general.m4sh
  +++ mod/config/general.m4sh
  @@ -36,6 +36,7 @@
   : ${MV="mv -f"}
   : ${RM="rm -f"}
   : ${SED="@SED@"}
  +: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
   : ${Xsed="$SED -e s/^X//"}
   
   # Global variables:
  
  
  --- orig/tests/defs.m4sh
  +++ mod/tests/defs.m4sh
  @@ -32,7 +32,6 @@
   
   : ${AUTOCONF="autoconf"}
   : ${LIBTOOL="../libtool"}
  -: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
   
   # Sed that helps us avoid accidentally triggering echo(1) options like -n.
   Xsed="$SED -e s/^X//"
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBpJvRFRMICSmD1gYRAuhWAJoDuAwQuJ4AiuEbpUC2yxLc8e9TwACfUTts
c/fgdxjQd8Udk79b/C9o76U=
=E8qY
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]