aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-04-22 17:19:16 -0400
committerAnthony G. Basile <blueness@gentoo.org>2019-04-22 18:13:53 -0400
commit90c388bd9253bb51ed19daafed9786f4d71c7be3 (patch)
tree42052b49237fd28a62572f15c117ed8e0fc1c182
parentinstall-xattr: address compiler warnings, bug #682110 (diff)
downloadelfix-90c388bd9253bb51ed19daafed9786f4d71c7be3.tar.gz
elfix-90c388bd9253bb51ed19daafed9786f4d71c7be3.tar.bz2
elfix-90c388bd9253bb51ed19daafed9786f4d71c7be3.zip
scripts/paxmark.sh: have PAX_MARKINGS default to 'none'
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rwxr-xr-xscripts/paxmark.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"