Fix "Invalid encapsulated data" error from Red

This commit is contained in:
Radon Rosborough 2021-01-22 16:49:41 -08:00
parent 2523d8549a
commit 5f63e545be
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ install:
setup: |
shopt -s dotglob; cp -R /opt/red/skel/* ./
# https://github.com/red/red/issues/543#issuecomment-25404212
repl: |
red
"$(which red)"
input: |
DELAY: 1
123 * 234
@ -32,4 +33,4 @@ template: |
print "Hello, world!"
run: |
red main.red; red
"$(which red)" main.red; "$(which red)"