targets
This commit is contained in:
parent
a8224fe057
commit
3344390f40
1 changed files with 2 additions and 2 deletions
|
@ -186,12 +186,12 @@ rwx_parse_code() {
|
||||||
}
|
}
|
||||||
rwx_parse_constants() {
|
rwx_parse_constants() {
|
||||||
printf "%s\n" "${RWX_CODE}" |
|
printf "%s\n" "${RWX_CODE}" |
|
||||||
grep "${RWX_REGEX_BEGIN}${RWX_REGEX_CONSTANT}${RWX_REGEX_SET}" |
|
grep "${RWX_REGEX_TARGET_CONSTANT}" |
|
||||||
sed "s|${RWX_REGEX_TARGET_CONSTANT}|\\1|"
|
sed "s|${RWX_REGEX_TARGET_CONSTANT}|\\1|"
|
||||||
}
|
}
|
||||||
rwx_parse_functions() {
|
rwx_parse_functions() {
|
||||||
printf "%s\n" "${RWX_CODE}" |
|
printf "%s\n" "${RWX_CODE}" |
|
||||||
grep "${RWX_REGEX_BEGIN}${RWX_REGEX_FUNCTION}${RWX_REGEX_OPEN}" |
|
grep "${RWX_REGEX_TARGET_FUNCTION}" |
|
||||||
sed "s|${RWX_REGEX_TARGET_FUNCTION}|\\1|"
|
sed "s|${RWX_REGEX_TARGET_FUNCTION}|\\1|"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue