File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2016-2017 un.def
3+ Copyright (c) 2016-2018 un.def
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Installation
4444 .. code :: shell
4545
4646 # make some magic
47- source /usr/local/bin/ luamb.sh # default path in Debian if luamb has been installed globally
47+ source $( which luamb.sh) # or absolute path like /usr/local/bin/luamb.sh
4848
4949 4. Try to execute in new shell:
5050
@@ -127,6 +127,10 @@ Each command has one or more alias.
127127Version history
128128~~~~~~~~~~~~~~~
129129
130+ - 0.2.1 (2018-03-25)
131+
132+ - Bugfix release
133+
130134- 0.2.0 (2017-08-29)
131135
132136 - Zsh support
Original file line number Diff line number Diff line change 1414
1515
1616__author__ = 'un.def <un.def@ya.ru>'
17- __version__ = '0.2.0 '
17+ __version__ = '0.2.1 '
1818
1919
2020def error (msg , exit_status = 1 ):
Original file line number Diff line number Diff line change 11# author : un.def <un.def@ya.ru>
2- # version : 0.2.0
2+ # version : 0.2.1
33
44
55__luamb_check_exists () {
You can’t perform that action at this time.
0 commit comments