From 90c388bd9253bb51ed19daafed9786f4d71c7be3 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 22 Apr 2019 17:19:16 -0400 Subject: scripts/paxmark.sh: have PAX_MARKINGS default to 'none' Signed-off-by: Anthony G. Basile --- scripts/paxmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/paxmark.sh b/scripts/paxmark.sh index c273bd8..6491af1 100755 --- a/scripts/paxmark.sh +++ b/scripts/paxmark.sh @@ -96,5 +96,5 @@ elif [[ -e $MAKE_CONF ]]; then source $MAKE_CONF fi -PAX_MARKINGS=${PAX_MARKINGS:="PT XT"} +PAX_MARKINGS=${PAX_MARKINGS:="none"} paxmarksh "$@" -- cgit v1.2.3-65-gdbad