Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-11-09 07:14:25 +0300
committerBryan Drewery <bryan@shatow.net>2022-11-09 22:10:45 +0300
commitd23114195fd9fe7a8347baa698a89fa47e621a54 (patch)
tree3a67203fc3ac1312dbdf602d9427c764a56a4b7b
parent74e094f11b9f569c5af1d91d9a37b8e8cea8d93b (diff)
_decode_args: Unset the temp var used
-rw-r--r--src/share/poudriere/include/util.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/poudriere/include/util.sh b/src/share/poudriere/include/util.sh
index c301fafe..657c5a65 100644
--- a/src/share/poudriere/include/util.sh
+++ b/src/share/poudriere/include/util.sh
@@ -89,6 +89,7 @@ _decode_args() {
unset IFS;
[ \"\${set_f}\" -eq 0 ] && set +f;
unset set_f;
+ unset ${var_return_eval};
"
}