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 17:19:34 -0400
commit383efa6d8ec5e40bf9189b216f1ec9d7acd82bee (patch)
treed46bb08060a3357bf4396458962253acfc031f84
parentinstall-xattr: address compiler warnings, bug #682110 (diff)
downloadelfix-383efa6d8ec5e40bf9189b216f1ec9d7acd82bee.tar.gz
elfix-383efa6d8ec5e40bf9189b216f1ec9d7acd82bee.tar.bz2
elfix-383efa6d8ec5e40bf9189b216f1ec9d7acd82bee.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 "$@"