1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2024 Huawei Device Co., Ltd. 4 5set -e 6if uname -a | grep -iq linux 7then 8 DEFAULT_PREFIX=/opt 9else 10 DEFAULT_PREFIX=/usr/local 11fi 12 13echo ${prefix:=$DEFAULT_PREFIX/openposix_testsuite} 14