Software /
code /
prosody
Comparison
util/dependencies.lua @ 410:5ce6801ad2e4
Trivial whitespace fix in the missing dependency message
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 02:33:13 +0000 |
parent | 409:2269e9cbe153 |
child | 413:4b61529d0884 |
comparison
equal
deleted
inserted
replaced
409:2269e9cbe153 | 410:5ce6801ad2e4 |
---|---|
9 print("This package can be obtained in the following ways:"); | 9 print("This package can be obtained in the following ways:"); |
10 print(""); | 10 print(""); |
11 for k,v in pairs(sources) do | 11 for k,v in pairs(sources) do |
12 print("", k, v); | 12 print("", k, v); |
13 end | 13 end |
14 print(""); | |
14 print(msg or (name.." is required for Prosody to run, so we will now exit.")); | 15 print(msg or (name.." is required for Prosody to run, so we will now exit.")); |
15 print("More help can be found on our website, at http://.../doc/depends"); | 16 print("More help can be found on our website, at http://.../doc/depends"); |
16 print("**************************"); | 17 print("**************************"); |
17 print(""); | 18 print(""); |
18 end | 19 end |