You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.shTDLR:
The install.sh script should pass on
LUAVER_DIR
from install.sh to__luaver_LUAVER_DIR
in luaverNote:
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
The text was updated successfully, but these errors were encountered: