Skip to content

Commit

Permalink
avoid unbound variable (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli authored Mar 12, 2024
1 parent e50121f commit 1cd0e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cd0e42

Please sign in to comment.