libtool-patches
[Top][All Lists]
Advanced

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

Re: ltmain.sh patch


From: Torbjorn Granlund
Subject: Re: ltmain.sh patch
Date: 04 Jan 2001 13:48:23 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6

Carlo Wood <address@hidden> writes:

  On Wed, Jan 03, 2001 at 11:59:02PM +0100, Torbjorn Granlund wrote:
  > This patch allows libtool to work on SunOS 4 systems.
  > 
  > 2000-12-31  Torbjorn Granlund  <address@hidden>
  > 
  >     * ltmain.sh: Remove space between `#!' and `$SHELL' when generating
  >     `libtool'.
  > 
  > ***************
  > ! #! $SHELL
  > --- 3439,3445 ----
  > ! #!$SHELL
  
  Although most shells will accept #!/bin/foo, there are systems that
  recognize that something is a script by looking at the first
  four bytes, using "#! /" as magic "number".
  
I don't know of any such system, and with my change, the automated GMP
build started to work on all 50 daily build systems.

It is well-known that many old Unix systems reject scripts with a
apace.  En example is SunOS 4.x.  Can you give an example of a system
that actually require a space?

-- 
Torbjörn



reply via email to

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