Skip to content

Commit

Permalink
depends: exclude OPTIONS from build_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Oct 13, 2023
1 parent 33b4dfc commit a855c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/depends/gen_id
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# LINES=\|COLUMNS=\|\|HOSTTYPE=\|OSTYPE=\|MACHTYPE=\|HOSTNAME=
echo "BEGIN environment"
bash -c "printenv | sort | grep -v '^\(BASE_CACHE=\|DISTNAME=\|DISTSRC=\|OUTDIR=\|SOURCES_PATH=\|JOBS=\)'"
bash -c "printenv | sort | grep -v '^\(BASE_CACHE=\|DISTNAME=\|DISTSRC=\|OUTDIR=\|SOURCES_PATH=\|JOBS=\|OPTIONS=\)'"
echo "END environment"

echo "END ALL"
Expand Down

0 comments on commit a855c9e

Please sign in to comment.