summarylogtreecommitdiffstats
path: root/preload.sh
diff options
context:
space:
mode:
authorThibaut Sautereau2019-09-30 23:05:07 +0200
committerThibaut Sautereau2019-09-30 23:09:48 +0200
commitc54df0396359c0d7af8515159d8623bc1c0df520 (patch)
treeb6725ca384aa1c969acf8dad9f5e705f1a1dd3af /preload.sh
parent3db27bf4172f818772c2b21c571ab1b9c273c026 (diff)
downloadaur-c54df0396359c0d7af8515159d8623bc1c0df520.tar.gz
Use git tag instead of tarball and check its GPG signature
Thanks @egrupled for the tip! While at it, stop installing the two development/testing scripts. People that want to play with them can download them separately. This has the little added bonus of removing the bash and python runtime dependencies.
Diffstat (limited to 'preload.sh')
-rw-r--r--preload.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/preload.sh b/preload.sh
deleted file mode 100644
index 4a80d32c5ba7..000000000000
--- a/preload.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-[[ $LD_PRELOAD ]] && LD_PRELOAD+=" "
-export LD_PRELOAD+="/usr/lib/libhardened_malloc.so"
-exec "$@"