Skip to content

Commit

Permalink
Allow rbtools to be used from anywhere
Browse files Browse the repository at this point in the history
Testing Done:
I used this to post https://rbcommons.com/s/twitter/r/1412, because I didn't have another handy way to use rbtools.

Reviewed at https://rbcommons.com/s/twitter/r/1413/
  • Loading branch information
dturner-tw committed Dec 2, 2014
1 parent 2b6a5ad commit 0e3dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source build-support/python/libvirtualenv.sh
source $(dirname $0)/build-support/python/libvirtualenv.sh
setup_virtualenv 'rbt' 'RBTools==0.6' \
'--allow-external RBTools --allow-unverified RBTools'
exec rbt "$@"

0 comments on commit 0e3dd4e

Please sign in to comment.