diff --git a/sh/main.sh b/sh/main.sh index 66751c7..0abfb5e 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -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 <