mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 02:39:39 +02:00
linefeeds in info messages fixed
This commit is contained in:
@@ -7,8 +7,8 @@ std::log() {
|
||||
local -ri fd=$1
|
||||
local -r fmt="$2"
|
||||
shift 2
|
||||
printf -- "$fmt" "$@" 1>&$fd
|
||||
echo
|
||||
printf -- "${fmt}" "$@" 1>&$fd
|
||||
printf -- "\n" 1>&$fd
|
||||
}
|
||||
|
||||
std::info() {
|
||||
|
||||
Reference in New Issue
Block a user