• fixed compatibility for creating the help index between R >= 2.10 and R < 2.10 - by my opinion a weird issue: FILE=$(find -f "$lpath"/*/help/* -name AnIndex 2>/dev/null) worked on my MacBook (R 2.10) but not on Mac Pro (R.2.9.2) with the error message "Argument list too long" but both Macs has for "$lpath" the same file structure and make usage of the same CLI "find" and have the same OS 10.6.2. FILE=$(find -f "$lpath"/*//* -name AnIndex 2>/dev/null) this works on both machines
Changed: U trunk/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
