gtrabanco / dotSloth

Lazy bash for lazy people. Have maintainable dotfiles with .Sloth.
Other
16 stars 1 forks source link

Issue: Link Prefix in dot core install variable error #207

Closed yacosta738 closed 2 years ago

yacosta738 commented 2 years ago

dot core install  ✔ docopts:error: Print_bash_global:--link-prefix: two or more elements have identically mangled names /home/acosta/.dotfiles/modules/sloth/scripts/core/install: line 88: link_prefix: unbound variable

gtrabanco commented 2 years ago

Thanks for the report.

This is due to the same name between two variables in docpars which could not be detected because I always debugged by using DOTLY_INSTALLER=1 env var when excuting dot core install.

Thanks to this report was also detected that --link-prefix was ignored and the linking was done always to /usr/local/bin.

This is solved and fix will be merges shortly.

Regards!