aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-09-03 18:53:19 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-09-03 18:53:19 -0400
commit127cda23b9f1fce0fd710041aae4349ea785b3b4 (patch)
treecada7d073f37c801753c237e705f0fce27896b7a /scripts
parentscripts/paxmark.sh: make.conf can be a directory (diff)
downloadelfix-127cda23b9f1fce0fd710041aae4349ea785b3b4.tar.gz
elfix-127cda23b9f1fce0fd710041aae4349ea785b3b4.tar.bz2
elfix-127cda23b9f1fce0fd710041aae4349ea785b3b4.zip
scripts/paxmark.sh: default to both PT and XT.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/paxmark.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"