Skip to content

Commit

Permalink
fix for errors in unsetVars function
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed May 26, 2024
1 parent 0f25c1b commit fa1bf5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function cleanupDownloadedFile() {
}

function unsetVars() {
unset ${programName} ${programTitle} $[programHomepage] $[programURL] ${packageName}
unset programName programTitle programHomepage programURL packageName
}

# End of Cleanup functions
Expand Down

0 comments on commit fa1bf5a

Please sign in to comment.