Cleanup unset

This commit is contained in:
Julian Ospald 2018-09-30 13:21:09 +08:00
parent 8e1a5a0172
commit f3275360f4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
ghcup
View File

@ -341,7 +341,7 @@ get_ghc_location() {
printf "%s" "${inst_location}"
unset myghcver unset inst_location
unset myghcver inst_location
}