Skip to content

Commit

Permalink
Remove accidentially committed debug tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
stesser committed Nov 30, 2023
1 parent 443af86 commit cfd82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portmaster
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ fi
check_state () {
# Global: state
local state_set makevars
set -x

if egrep -ql '^(FORBIDDEN|BROKEN|IGNORE)' Makefile; then
[ -z "$TRY_BROKEN" ] && [ -z `pm_make -V TRYBROKEN` ] && \
makevars="FORBIDDEN BROKEN IGNORE" || \
Expand Down

0 comments on commit cfd82c3

Please sign in to comment.