diff --git a/scripts/Bootstrap/Pmodules/libpmodules.bash b/scripts/Bootstrap/Pmodules/libpmodules.bash index d3a05a0..f3db564 100644 --- a/scripts/Bootstrap/Pmodules/libpmodules.bash +++ b/scripts/Bootstrap/Pmodules/libpmodules.bash @@ -9,7 +9,7 @@ log() { local -ri fd=$1 local -r fmt="$2\n" shift 2 - printf -- "$fmt" "$@" >> /dev/fd/$fd + printf -- "$fmt" "$@" 1>&$fd } info() {