Fix "Invalid encapsulated data" error from Red
This commit is contained in:
parent
2523d8549a
commit
5f63e545be
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue