xref: /third_party/ltp/testcases/open_posix_testsuite/scripts/print-prefix.sh (revision f08c3bdf)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/open_posix_testsuite/scripts/
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

Indexes created Thu Nov 07 10:32:03 CST 2024