Skip to content

Commit d747ff6

Browse files
committed
fixup! Try to get rid of eval
1 parent 0ab47b5 commit d747ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/custom_build_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function run_cukes {
22
if is_mri_192_plus; then
3-
eval "(unset RUBYOPT; exec bin/rake acceptance --trace)"
3+
RUBYOPT='' bin/rake acceptance --trace
44
return $?
55
elif is_jruby; then
66
bin/rake smoke:app

0 commit comments

Comments
 (0)