[llvm-commits] [vmkit] r52469 - /vmkit/trunk/autogen.sh

Matthijs Kooijman matthijs at stdin.nl
Thu Jun 19 00:30:59 PDT 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080619/63fb5b2c/attachment.sig>


More information about the llvm-commits mailing list