Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
CI_FILTER: ^linux_gcc13
  • Loading branch information
SimeonEhrig committed Jul 23, 2024
1 parent 92d0207 commit 4d953c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/run_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ echo_green "<SCRIPT: run_generate.sh>"

#-------------------------------------------------------------------------------

trap "exit 1" USR1

# create a cmake variable definition if an environment variable exists
#
# This function can not handle environment variables with spaces in its content.
Expand All @@ -40,8 +38,7 @@ function env2cmake()
{
# check if variable is definded
if [ -z ${!1+x} ]; then
echo_red "${1} is unset";
kill -USR1 $$
kill -SIGTERM $$
fi

# return only content of variable is not empty
Expand Down

0 comments on commit 4d953c7

Please sign in to comment.