mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-01 07:12:26 +00:00
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
test -f ${1}.exports.in && ${AWK} "{sub(\"LINKER_SYMBOL_PREFIX\", \"${2}\"); print;}" ${1}.exports.in > ${1}.exports
|
||
|
test -f ${1}.exports.in || rm -f ${1}.exports
|