better fix to fortune.lua
This commit is contained in:
parent
89006d0d49
commit
c697df1762
@ -1,7 +1,7 @@
|
|||||||
-- Requires that the "fortune" program is installed on your computer.
|
-- Requires that the "fortune" program is installed on your computer.
|
||||||
|
|
||||||
local s = io.popen('fortune'):read('*all')
|
local s = io.popen('fortune'):read('*all')
|
||||||
if s:match('fortune: command not found') or ('fortune: not found') then
|
if s:match('not found$') then
|
||||||
print('fortune is not installed on this computer.')
|
print('fortune is not installed on this computer.')
|
||||||
print('fortune.lua will not be enabled.')
|
print('fortune.lua will not be enabled.')
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user