[dlang.org] [D-Programming-Language/d-programming-language.org] 352010: Using the more portable version of the shebang

GitHub noreply at github.com
Wed Oct 3 20:47:45 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/d-programming-language.org
  Commit: 3520100b7533ea9178fba1e055193b60d2faf531
      https://github.com/D-Programming-Language/d-programming-language.org/commit/3520100b7533ea9178fba1e055193b60d2faf531
  Author: Strahinja Val Markovic <val at markovic.io>
  Date:   2012-09-24 (Mon, 24 Sep 2012)

  Changed paths:
    M index.dd
    M rdmd.dd

  Log Message:
  -----------
  Using the more portable version of the shebang

Using '#!/usr/bin/env rdmd' makes the resulting programs more portable since no
specific location of the rdmd binary is assumed.

For more info, see http://en.wikipedia.org/wiki/Shebang_(Unix)#Portability


  Commit: af13e83b86e8f0069381fb2a666611b692f057d9
      https://github.com/D-Programming-Language/d-programming-language.org/commit/af13e83b86e8f0069381fb2a666611b692f057d9
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M index.dd
    M rdmd.dd

  Log Message:
  -----------
  Merge pull request #161 from Valloric/shebang

Using the more portable version of the shebang


Compare: https://github.com/D-Programming-Language/d-programming-language.org/compare/dc4274f8e092...af13e83b86e8


More information about the dlang.org mailing list