From 127cda23b9f1fce0fd710041aae4349ea785b3b4 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 3 Sep 2015 18:53:19 -0400 Subject: scripts/paxmark.sh: default to both PT and XT. --- ChangeLog | 3 +++ scripts/paxmark.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f602585..6890a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2015-09-03 * scripts/paxmark.sh: make.conf can be a directory + * scripts/paxmark.sh: default to both PT and XT if + no PAX_MARKINGS are set in make.conf. + Reported by James Le Cuirot 2014-12-22 diff --git a/scripts/paxmark.sh b/scripts/paxmark.sh index 9d151f0..71631b7 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"} +PAX_MARKINGS=${PAX_MARKINGS:="PT XT"} paxmarksh "$@" -- cgit v1.2.3-65-gdbad