[llvm-commits] [vmkit] r52469 - /vmkit/trunk/autogen.sh
Nicolas Geoffray
nicolas.geoffray at lip6.fr
Thu Jun 19 02:00:45 PDT 2008
Thanks Matthijs for pointing this. I made the script sh compliant.
Nicolas
Matthijs Kooijman wrote:
> Hi Nicolas,
>
>
>> -#!/bin/sh
>> +#!/bin/bash
>>
> Isn't this extremely unportable? I think the right approach for requiring
> bash is using
> #!/usr/bin/env bash
>
> since bash can be all over the place (such as in /usr/local/bin for the
> BSD's).
>
> Isn't it possible to make the script sh compliant instead?
>
> Gr.
>
> Matthijs
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list