>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> | Ah. I did not notice it... Note that you should always add a
Lars> space | after #!

Lars> Why?

Autoconf info recommends it:

  Also, include a space after the exclamation point in interpreter
  specifications, like this: 
    #! /usr/bin/perl 

  If you omit the space before the path, then 4.2BSD based systems
  (such as Sequent DYNIX) will ignore the line, because they interpret
  `#! /' as a 4-byte magic number.

I'm not sure we would ever suffer from this problem, but working
around it never hurts.

JMarc

Reply via email to