[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Specifying which shell to use
From: |
Dan Smithers |
Subject: |
Specifying which shell to use |
Date: |
Thu, 08 Oct 2009 16:22:56 +0100 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Is there a way of specifying the shell to ues when running the configure
scripts?
I see that the default configure begins
#! /bin/sh
that specifies to use sh.
On my Ubuntu system, this is a link to /bin/dash.
If I edit configure by hand to start
#! /bin/bash
it works. If I leave it pointing to dash it fails to execute the code
generated by the intel compiler (icpc).
thanks
dan
- Specifying which shell to use,
Dan Smithers <=