Skip to content

Commit

Permalink
Add set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Dec 12, 2023
1 parent be64fc8 commit 35a6b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux_build-egl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set -ex

if command -v doxygen &> /dev/null; then
export BUILD_DOC="ON"
Expand Down
2 changes: 1 addition & 1 deletion linux_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set -ex

if command -v doxygen &> /dev/null; then
export BUILD_DOC="ON"
Expand Down

0 comments on commit 35a6b2d

Please sign in to comment.