[SVN] Perforce Bundle changes

Justin Bishop jubishop at gmail.com
Fri Feb 23 17:24:26 UTC 2007


Thanks so much Allan/Chris for your quick turnaround in fixing the
perforce bundles.

In the "Submit Changelist..." bundle, the load paths are listed as such:

$LOAD_PATH << ENV['TM_BUNDLE_SUPPORT'] + "/lib"
$LOAD_PATH << ENV['TM_SUPPORT_PATH'] + "/bin"

they should be:

$LOAD_PATH << ENV['TM_BUNDLE_SUPPORT'] + "/lib"
$LOAD_PATH << ENV['TM_SUPPORT_PATH'] + "/lib

The second line is for shelltokenize.rb, without it the script fails
on require 'shelltokenize'

thanks,

-justin



More information about the textmate-dev mailing list