From 1cd0e4214b3a4ffe27b2cd92b93e072f00e494f9 Mon Sep 17 00:00:00 2001 From: Simon Pintarelli <1237199+simonpintarelli@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:57:46 +0100 Subject: [PATCH] avoid unbound variable (#19) --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 8a6a146..92524fa 100755 --- a/install +++ b/install @@ -68,6 +68,9 @@ local_install=no # dry-run (systemwide install only) uenv_debug=no +# default installation destination, only required for bulding rpm packages +destdir="" + # loop over all arguments for (( i=1; i<=arg_count; i++ )) do