Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 628a288a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove 'eval' from b to fix quoted arguments."

parents a2159cd3 1ea787a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,7 @@ function b()
        if [[ $config_set -ne 1 ]]; then
            bazel_args_with_config+="--config=bp2build "
        fi
        eval "bazel $bazel_args_with_config"
        bazel $bazel_args_with_config
    fi
)