parent
75487be90a
commit
9327161e72
1 changed files with 1 additions and 2 deletions
|
@ -195,8 +195,7 @@ rwx_parse_code() {
|
|||
local line text
|
||||
RWX_ALIASES="$(rwx_parse_aliases)"
|
||||
while IFS= read -r line; do
|
||||
text="s| = |() { |"
|
||||
eval "$(echo "${line}" | sed "${text}") \"\${@}\"; }"
|
||||
eval "$(echo "${line}" | sed "s| = |() { |") \"\${@}\"; }"
|
||||
done <<EOF
|
||||
${RWX_ALIASES}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue