mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-09 15:06:54 +02:00
Fix print of command result that contains ~ (thanks to Tsukasa Hamano)
This commit is contained in:
parent
e19ac27803
commit
7e90d6cf92
@ -201,8 +201,7 @@ process(Args) ->
|
||||
case String of
|
||||
[] -> ok;
|
||||
_ ->
|
||||
io:format(String),
|
||||
io:format("\n")
|
||||
io:format("~s~n", [String])
|
||||
end,
|
||||
Code.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user