Skip to content

Commit 7a7f827

Browse files
committedDec 21, 2015
Merge remote-tracking branch 'textmate/master'
* textmate/master: Export RUBYLIB variable
2 parents f7170e7 + cd9138c commit 7a7f827

38 files changed

+38
-38
lines changed
 

‎Commands/Autocomplete Foreign Key Fixture Reference (habtm).tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" "${TM_BUNDLE_SUPPORT}/bin/fixture_auto_complete.rb" preserve</string>
1010
<key>fallbackInput</key>
1111
<string>line</string>

‎Commands/Autocomplete Foreign Key Fixture Reference.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/fixture_auto_complete.rb" </string>
1010
<key>fallbackInput</key>
1111
<string>line</string>

‎Commands/Autocomplete Routes.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/routes_auto_complete.rb"</string>
1313
<key>fallbackInput</key>
1414
<string>word</string>

‎Commands/Clone Development DB to Test DB.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:test:clone
1010
</string>
1111
<key>input</key>

‎Commands/DB Schema Dump.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:schema:dump
1010
</string>
1111
<key>input</key>

‎Commands/DB Schema Import.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:schema:load
1010
</string>
1111
<key>input</key>

‎Commands/Generate Quick Migration.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/generate_quick_migration.rb"</string>
1010
<key>fallbackInput</key>
1111
<string>word</string>

‎Commands/Generate.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
#"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/generate.rb" &amp;&gt;/dev/null &amp;
1010
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/generate.rb"
1111
</string>

‎Commands/Go To Alternate File.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" controller</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To File on This Line.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_file_on_current_line.rb"</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To File.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>saveActiveFile</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb"</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Functional Test.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" functional_test</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Helper.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" helper</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Javascript.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" javascript</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Model.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" model</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Stylesheet.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" stylesheet</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To Unit Test.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" unit_test</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go To View.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" view</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Go to Fixture.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" fixture</string>
1010
<key>input</key>
1111
<string>none</string>

‎Commands/Jump to Method Definition.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/jump_to_method_definition.rb"</string>
1010
<key>fallbackInput</key>
1111
<string>word</string>

‎Commands/List columns of a model.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/list_columns.rb"</string>
1313
<key>fallbackInput</key>
1414
<string>word</string>

‎Commands/Load Fixtures (Test DB).tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:fixtures:load -v RAILS_ENV -a test
1010
</string>
1111
<key>input</key>

‎Commands/Load Fixtures.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:fixtures:load
1010
</string>
1111
<key>input</key>

‎Commands/Make Selection in to Partial.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>saveModifiedFiles</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/create_partial_from_selection.rb"
1010
</string>
1111
<key>fallbackInput</key>

‎Commands/Migrate to Previous Version.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
1010
# Find the previous version number from the schema.rb file
1111
export CURRENT=`grep 'Schema\.define' "$TM_PROJECT_DIRECTORY/db/schema.rb" | ruby -e 'print $stdin.read.scan(/\d+/).first'`

‎Commands/Rake Migrate to Version.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
1010
# Find the current version number from the schema.rb file
1111
export CURRENT=`grep 'Schema\.define' "$TM_PROJECT_DIRECTORY/db/schema.rb" | ruby -e 'print $stdin.read.scan(/\d+/).first'`

‎Commands/Rake Migrate.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:migrate
1010
</string>
1111
<key>input</key>

‎Commands/Redo Last Migration.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" db:migrate:redo
1010
</string>
1111
<key>input</key>

‎Commands/Show DB Schema.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>beforeRunningCommand</key>
66
<string>nop</string>
77
<key>command</key>
8-
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
8+
<string>export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
99
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/show_schema.rb"
1010
</string>
1111
<key>input</key>

‎Commands/Test All.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Functionals.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:functionals</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Integration.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:integration</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Plugins.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:plugins</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Recent.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:recent</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Uncommitted.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:uncommitted</string>
1313
<key>input</key>
1414
<string>none</string>

‎Commands/Test Units.tmCommand

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string>#!/usr/bin/env bash
99
. "$TM_BUNDLE_SUPPORT/lib/rvm/rvm_textmate"
1010
11-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
11+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
1212
"ruby18" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:units</string>
1313
<key>input</key>
1414
<string>none</string>

‎Support/lib/rvm/change_rvm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ if [[ -f "$HOME/.rvm/scripts/rvm" ]]; then
22
. "$HOME/.rvm/scripts/rvm"
33
rvm system
44

5-
RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
5+
export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
66
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/lib/rvm/rvm.rb"
77
fi

‎Support/lib/rvm/rvm_textmate

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if [[ -f "$HOME/.rvm/scripts/rvm" ]]; then
22
. "$HOME/.rvm/scripts/rvm" > /dev/null
33

44
# if [[ ! -f "$TM_PROJECT_DIRECTORY/.rvmrc" ]]; then
5-
# RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
5+
# export RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
66
# "${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/lib/rvm/rvm.rb"
77
# fi
88

0 commit comments

Comments
 (0)
Please sign in to comment.