diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-20 12:41:23 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-20 12:41:23 (EST) |
commit | 39b80f0ea4ac78c29799cffd8c81f701fd2ae222 (patch) | |
tree | f65bc10c42fb83e84e6da396203c76b0209fde69 | |
parent | 8b3b14a4b57ef8e2dabfcf1a8af0de8126e4b080 (diff) | |
download | eggshell-39b80f0ea4ac78c29799cffd8c81f701fd2ae222.zip eggshell-39b80f0ea4ac78c29799cffd8c81f701fd2ae222.tar.gz eggshell-39b80f0ea4ac78c29799cffd8c81f701fd2ae222.tar.bz2 |
Remove some "echo"s
-rw-r--r-- | parsing/lexer.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/lexer.sh b/parsing/lexer.sh index 1e9b2e0..6e2c4f4 100644 --- a/parsing/lexer.sh +++ b/parsing/lexer.sh @@ -418,8 +418,6 @@ scan_wordexp() pgetc ;; *) - echo "c: '$c'" >&2 - echo "wordexp: $wordexp" >&2 synerr 'Missing ")"' ;; esac |