diff options
-rw-r--r-- | eshtrans/frontend/lexer.esh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eshtrans/frontend/lexer.esh b/eshtrans/frontend/lexer.esh index 0c13836..a9aaa6d 100644 --- a/eshtrans/frontend/lexer.esh +++ b/eshtrans/frontend/lexer.esh @@ -630,7 +630,7 @@ scan_wordexp_param_brace() res="${res#*${RS}}" c="${res%%${RS}*}" res="${res#*${RS}}" - param="${res}" + param="#${res}" lineno=$((${lineno} + ${ln_off})) # Disable modifications. mod=false |