Skip to content

Commit

Permalink
Fix to symlink_plugins script
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Apr 24, 2008
1 parent 2544345 commit e9b3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/symlink_plugins
Expand Up @@ -11,7 +11,7 @@ def give_help
print " -F Will delete old directories recursively first\n"
end

hobo_root_dir = File.dirname(__FILE__).gsub(/^\./, `pwd`.chomp).chomp
hobo_root_dir = File.dirname(__FILE__).gsub(/^\./, `pwd`.chomp).chomp.sub("/script", "")

force=false; directories = []
ARGV.each do |l|
Expand Down

0 comments on commit e9b3b05

Please sign in to comment.