summaryrefslogtreecommitdiffstats
path: root/parsing/lexer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/lexer.sh')
-rw-r--r--parsing/lexer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/lexer.sh b/parsing/lexer.sh
index 01bc721..003ee30 100644
--- a/parsing/lexer.sh
+++ b/parsing/lexer.sh
@@ -203,7 +203,7 @@ scan_word()
lines=$((${lines} + 1))
word="${word}${c}"
;;
- ' '|"${HT}")
+ ' '|"${HT}"|'&'|'|'|';'|'('|')'|'<'|'>')
if ! ${in_param} && ! ${quoted}; then
break
fi