Fixed mktempdir Darwin detection
All threads resolved!
All threads resolved!
The mktempdir function was testing whether mydistro = "darwin", but mydistro was not set.
Merge request reports
Activity
Filter activity
mentioned in merge request !124 (merged)
Sorry for being a little impolite over in !124 (merged) ! No hard feelings :)
Just to be sure, my fix was to define mydistro using get_distro_name and get_distro_alias, and then unset it at the end of the function; this seemed to be what was done in other functions in the script.
Is this the correct way to fix the problem?
- Resolved by Olius
added 1 commit
- f4b8a209 - Changed "local" mydistro to mktemp_mydistro to avoid global name conflicts
mentioned in issue #130 (closed)
Please register or sign in to reply