Fix "Invalid encapsulated data" error from Red
This commit is contained in:
parent
2523d8549a
commit
5f63e545be
|
@ -19,8 +19,9 @@ install:
|
||||||
setup: |
|
setup: |
|
||||||
shopt -s dotglob; cp -R /opt/red/skel/* ./
|
shopt -s dotglob; cp -R /opt/red/skel/* ./
|
||||||
|
|
||||||
|
# https://github.com/red/red/issues/543#issuecomment-25404212
|
||||||
repl: |
|
repl: |
|
||||||
red
|
"$(which red)"
|
||||||
input: |
|
input: |
|
||||||
DELAY: 1
|
DELAY: 1
|
||||||
123 * 234
|
123 * 234
|
||||||
|
@ -32,4 +33,4 @@ template: |
|
||||||
print "Hello, world!"
|
print "Hello, world!"
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
red main.red; red
|
"$(which red)" main.red; "$(which red)"
|
||||||
|
|
Loading…
Reference in New Issue