1#!/bin/sh 2 3if uname -a | grep -iq linux 4then 5 DEFAULT_PREFIX=/opt 6else 7 DEFAULT_PREFIX=/usr/local 8fi 9 10echo ${prefix:=$DEFAULT_PREFIX/openposix_testsuite} 11