Skip to content

Commit c7fd11f

Browse files
committed
Forgot a space after command
1 parent b53bfeb commit c7fd11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/run-all-examples.apls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ platform ← '-64'~⍨⊃#⎕WG'APLVersion'
88
cmd←''
99
:If 'Windows'≡platform ⋄ cmd←'Powershell.exe -Command "dyalogscript" ' ⋄ :EndIf
1010
:If 'Linux' ≡platform ⋄ cmd←'dyalogscript ' ⋄ :EndIf
11-
:If 'Mac' ≡platform ⋄ cmd←'dyalogscript ENABLE_CEF=0' ⋄ :EndIf
11+
:If 'Mac' ≡platform ⋄ cmd←'dyalogscript ENABLE_CEF=0 ' ⋄ :EndIf
1212
→0⍴⍨''≡cmd
1313
]cd ../examples
1414
⎕SH¨cmd∘,¨exs

0 commit comments

Comments
 (0)