bill lam wrote: > Yes, but why pacman want to overwrite myutil.ijs? Its name starts with > _my_. >
Files under the system directory are part of the J distribution, and will be overwritten if you install a new version of J over them. Pacman simply updates the files in system to the latest version. It is best not to make any changes to files under system, instead you should be able to make appropriate changes via your startup script. The myutil.ijs script was intended as an example script way back when the script library was first being built. Its name does not mean that you should modify it. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
