Skip to content

Commit 13c19f5

Browse files
ox-ruby: add more debugging stmts (#14095)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 8067267 commit 13c19f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/ox-ruby/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@ echo """#!/usr/bin/env bash
3333
this_dir=\$(dirname \"\$0\")
3434
3535
echo "GEM_HOME FIRST: \$GEM_HOME"
36-
export GEM_HOME=\$this_dir/fuzz-gem
3736
37+
export GEM_HOME=\$this_dir/fuzz-gem
3838
echo "GEM_PATH: \$GEM_PATH"
3939
echo "GEM_HOME: \$GEM_HOME"
40+
echo "Showing gem home:"
4041
ls -la \$GEM_HOME
4142
43+
echo "Showing this dir:"
44+
ls -la \$this_dir
45+
4246
4347
ruzzy \$this_dir/fuzz_parse.rb \$@""" > $OUT/fuzz_parse
4448

0 commit comments

Comments
 (0)