summaryrefslogtreecommitdiff
path: root/mkc_test_helper_paths
blob: 74c5668b5c28316814aa757e950b41ea64d1d0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

############################################################
# Copyright (c) 2012 by Aleksey Cheusov
#
# See COPYRIGHT file in the distribution.
############################################################

set -e

LC_ALL=C
export LC_ALL

sed -e 's,/[^ ]*/,/path/to/,' \
    -e 's/\([.][^ ]*\)[.]dylib/.so\1/' \
    -e 's/[.]bundle/.so/' \
    "$@"