We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53bfeb commit c7fd11fCopy full SHA for c7fd11f
testing/run-all-examples.apls
@@ -8,7 +8,7 @@ platform ← '-64'~⍨⊃#⎕WG'APLVersion'
8
cmd←''
9
:If 'Windows'≡platform ⋄ cmd←'Powershell.exe -Command "dyalogscript" ' ⋄ :EndIf
10
:If 'Linux' ≡platform ⋄ cmd←'dyalogscript ' ⋄ :EndIf
11
-:If 'Mac' ≡platform ⋄ cmd←'dyalogscript ENABLE_CEF=0' ⋄ :EndIf
+:If 'Mac' ≡platform ⋄ cmd←'dyalogscript ENABLE_CEF=0 ' ⋄ :EndIf
12
→0⍴⍨''≡cmd
13
]cd ../examples
14
⎕SH¨cmd∘,¨exs
0 commit comments