Skip to content

Commit 04921e4

Browse files
committed
updates to profile and script definitions
1 parent 2a71c2d commit 04921e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/profile.ijs

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

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

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.11
1+
9.6.12

main/stdlib.ijs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ rows=: "1
415415
NB. =========================================================
416416
NB.*script v load script, cover for 0!:0
417417
NB.*scriptd v load script with display, cover for 0!:1
418-
script=: [: 3 : '0!:0 y [ 4!:55<''y''' jpath_z_ &.: >
419-
scriptd=: [: 3 : '0!:1 y [ 4!:55<''y''' jpath_z_ &.: >
418+
script=: [: 3 : '0!:0 y_:' jpath_z_ &.: >
419+
scriptd=: [: 3 : '0!:1 y_:' jpath_z_ &.: >
420420
421421
NB. =========================================================
422422
NB.*stdout v name for 1!:2&4

0 commit comments

Comments
 (0)