Rename '<sh-bang>' to '<sh-not>'

* geesh/parser.scm (make-parser): Rename '<sh-bang>' to '<sh-not>'.
This commit is contained in:
Timothy Sample 2018-07-19 01:02:08 -04:00
parent 2aa8615f9e
commit 12b0354233
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ the same number of times.)"
(pipe-sequence)
: (if (null? (cdr $1)) (car $1) $1)
(Bang pipe-sequence)
: `(<sh-bang> ,$2))
: `(<sh-not> ,$2))
(pipe-sequence
(command)