Rev 25040 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh# Shell wrapper for R executable.sed "s@/bin@/MacOS@;" < bin/R > bin/R.tmpsed "s@R_HOME_DIR=.*@R_HOME_DIR=`pwd`@;" < bin/R.tmp > bin/Rsed "s@/R.bin@/RAqua@;" < bin/R > bin/R.tmpsed "s@/MacOS/sh@/bin/sh@;" < bin/R.tmp > bin/Rchmod a=+rwx bin/Rrm bin/R.tmp