Skip to content

#!/bin/sh fails for Solaris #25845

Closed
@bcxorg

Description

@bcxorg

The configure script begins with:

!/bin/sh

This works on machines where bash implements its own version of sh. But fails on Solaris where sh and bash are separated programs. To fix, I changed that first line into:

!/bin/bash

And after that it ran.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions