Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with install.sh #56

Open
astadmistry opened this issue Jun 1, 2019 · 0 comments
Open

Problem with install.sh #56

astadmistry opened this issue Jun 1, 2019 · 0 comments

Comments

@astadmistry
Copy link

Problem 1
In install.sh (line 32), I set LUAVER_DIR to a different dir which was not the default ~/.luaver
The profiles which were set in ~/.bashrc used ~/.luaver
They should have used the folder I set in the variable LUAVER_DIR

TDLR:
Wrong profiles for custom folder

Problem 2
In the luaver file (line 14), __luaver_LUAVER_DIR should automatically be set to the new luaver dir I set in install.sh

TDLR:
The install.sh script should pass on LUAVER_DIR from install.sh to __luaver_LUAVER_DIR in luaver

Note:
Please explicitly comment above line 14 in the luaver file that ~ cannot be use, instead ${HOME} should be used e.g. Cannot be '~/dir/dir', should be ${HOME}/dir/dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant