From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sun, 03 Jun 2007 14:49:12 -0700 Subject: [sup-talk] tip for running sup-config from svn Message-ID: <1180907207-sup-2856@south> sup-config makes use of a RUBY_INVOCATION environment variable, so if you want it to be able to call sup-add and sup-sync nicely, you can run it like this (probably bash-specific): RUBY_INVOCATION="ruby -I lib" ruby -I lib bin/sup-config I'm about to commit some improvements, so feel free to check it out (it shouldn't break your existing config.yaml if any). -- William