I'm installing j on a linux system. And, I ran into some issues with the j903/bin/install-usr.sh
Specifically, if the system /bin/sh is not bash but some other sh implementation, such as dash, running the script will give the message: 'directory not j903' I believe the right fix for this would be to change the initial line to: #!/bin/bash Also, it assumes that it's being run with j903/bin as the current directory. To make this more general, I think that before it executes 'cd ..' it should execute: cd -P "$(dirname "$0")" Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
