mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +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
|