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 1
1
MIT License
2
2
3
- Copyright (c) 2016-2017 un.def
3
+ Copyright (c) 2016-2018 un.def
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of 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
44
44
.. code :: shell
45
45
46
46
# 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
48
48
49
49
4. Try to execute in new shell:
50
50
@@ -127,6 +127,10 @@ Each command has one or more alias.
127
127
Version history
128
128
~~~~~~~~~~~~~~~
129
129
130
+ - 0.2.1 (2018-03-25)
131
+
132
+ - Bugfix release
133
+
130
134
- 0.2.0 (2017-08-29)
131
135
132
136
- Zsh support
Original file line number Diff line number Diff line change 14
14
15
15
16
16
__author__ = 'un.def <un.def@ya.ru>'
17
- __version__ = '0.2.0 '
17
+ __version__ = '0.2.1 '
18
18
19
19
20
20
def error (msg , exit_status = 1 ):
Original file line number Diff line number Diff line change 1
1
# author : un.def <un.def@ya.ru>
2
- # version : 0.2.0
2
+ # version : 0.2.1
3
3
4
4
5
5
__luamb_check_exists () {
You can’t perform that action at this time.
0 commit comments