diff options
author | Filip Lajszczak <filip@lajszczak.dev> | 2023-11-12 11:19:54 +0000 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-12 08:06:21 -0500 |
commit | 2a9d4173744d87eb18068d159a1e0cde56c7de77 (patch) | |
tree | 6a0e55752177dc7997868a31f332bca76ffe75a3 | |
parent | cd462b2cb06f75ea70bcefe401c663663d47bfda (diff) |
pre-inst-env: export HAUNT_UNINSTALLED.
-rw-r--r-- | pre-inst-env.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in index 8a3ad0a..7a65ade 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -29,5 +29,6 @@ PATH="$abs_top_builddir/scripts:$PATH" export PATH HAUNT_UNINSTALLED=true +export HAUNT_UNINSTALLED exec "$@" |