gs 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/gs +1 -1
- metadata +1 -1
data/bin/gs
CHANGED
@@ -36,7 +36,7 @@ else
|
|
36
36
|
env = ENV.to_hash
|
37
37
|
env["GS_NAME"] = `basename $PWD`.strip
|
38
38
|
env["GEM_HOME"] = "#{ENV['PWD']}/.gs"
|
39
|
-
env["GEM_PATH"] = "#{ENV['PWD']}/.gs
|
39
|
+
env["GEM_PATH"] = "#{ENV['PWD']}/.gs:#{`gem env path`}"
|
40
40
|
env["PATH"] = "#{ENV['PWD']}/.gs/bin:#{ENV['PATH']}"
|
41
41
|
|
42
42
|
if ARGV.length > 0
|