addsym-macosx.sh (cdf0e10c) addsym-macosx.sh (e4af8f11)
1#!/bin/bash
1#!/bin/sh
2
3# This script is needed in the process of generating exported
4# symbols list out of map files on Mac OS X (see also #i69351#)
5# The magic generating the regular expression from the temporary
6# mapfile containing only star and question mark symbols
7#
8# The script has to be called as follows:
9# nm -gx <file>.o | addsym-macosx.sh <file-with-wildcard-symbols> <temporary-file-where-to-write-the-search-expression-to>

--- 20 unchanged lines hidden ---
2
3# This script is needed in the process of generating exported
4# symbols list out of map files on Mac OS X (see also #i69351#)
5# The magic generating the regular expression from the temporary
6# mapfile containing only star and question mark symbols
7#
8# The script has to be called as follows:
9# nm -gx <file>.o | addsym-macosx.sh <file-with-wildcard-symbols> <temporary-file-where-to-write-the-search-expression-to>

--- 20 unchanged lines hidden ---