On Mon, 2014-02-24 at 16:40 +0000, Jonathan Berrebi wrote: > > /usr/share/fsl/5.0/bin/bedpostx_postproc_gpu.sh: > 71: /usr/share/fsl/5.0/bin/bedpostx_postproc_gpu. > sh: [[: not found
This sounds like as if it could be due to a bashism in the script, which got exposed now because Ubuntu / Debian use dash as the default sh. Does this file start with #!/bin/bash ? If not, then you can hardcode it and see if this helps. If it doesn't help, of course, it may then be a genuine problem with the script, or variables being set to unexpected values, or the way you use it, etc. -- Sincerely yours, Yury V. Zaytsev _______________________________________________ Neurodebian-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/neurodebian-users
