diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-12-06 20:42:11 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-06 19:48:31 +0000 |
commit | 41a7a68cf33a174ba950aa29951a07c391a16b4d (patch) | |
tree | b1ae2aa8eb8f1e7eb56ddf09134bbc6359468168 /ruby/run-bindtests | |
parent | 2353b9d3b867fb19db4e403b49a93674d8b2682c (diff) | |
download | libguestfs-41a7a68cf33a174ba950aa29951a07c391a16b4d.tar.gz libguestfs-41a7a68cf33a174ba950aa29951a07c391a16b4d.tar.xz libguestfs-41a7a68cf33a174ba950aa29951a07c391a16b4d.zip |
let the user explicitly choose ruby and rake programs
Diffstat (limited to 'ruby/run-bindtests')
-rwxr-xr-x | ruby/run-bindtests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/run-bindtests b/ruby/run-bindtests index 4cac863e..aafcfbae 100755 --- a/ruby/run-bindtests +++ b/ruby/run-bindtests @@ -18,5 +18,5 @@ set -e -ruby -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp +$RUBY -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp diff -u ${srcdir}/../bindtests bindtests.tmp |