Skip to content

Commit 4e9499f

Browse files
committed
stdlib
1 parent 341d49d commit 4e9499f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jlibrary/bin/profile.ijs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ md snap
6262
md temp
6363

6464
NB. boot up J and load startup.ijs if it exists
65-
0 0$1!:2&2 ^: (-.@*@#@(1!:0)@<) system,'/util/boot.ijs'
66-
0!:0 <jpathsep (4!:55 (;:'systype fhs isroot userx ids ifios ifwasm md omitversion'), ids)]system,'/util/boot.ijs'
65+
4!:55 (<'system') -.~ (;:'systype fhs isroot userx ids md omitversion'), ids
66+
0!:0 <jpathsep system_:,'/util/boot.ijs'

jlibrary/system/main/stdlib.ijs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cocurrent <'z'
22
3 : 0 ''
33

4-
JLIB=: '9.6.11'
4+
JLIB=: '9.6.12'
55

66
notdef=. 0: ~: 4!:0 @ <
77
hostpathsep=: ('/\'{~6=9!:12'')&(I. @ (e.&'/\')@] })
@@ -356,8 +356,8 @@ Note=: 3 : '0 0 $ 0 : 0' : [
356356
on=: @:
357357
pick=: >@{
358358
rows=: "1
359-
script=: [: 3 : '0!:0 y [ 4!:55<''y''' jpath_z_ &.: >
360-
scriptd=: [: 3 : '0!:1 y [ 4!:55<''y''' jpath_z_ &.: >
359+
script=: [: 3 : '0!:0 y_:' jpath_z_ &.: >
360+
scriptd=: [: 3 : '0!:1 y_:' jpath_z_ &.: >
361361
stdout=: 1!:2&4
362362
stderr=: 1!:2&5
363363
stdin=: 1!:1@3: :. stdout

0 commit comments

Comments
 (0)