From 3c29c26e7a1aa1f2b1f7c1bcd69db65ee082d15d Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sun, 12 Mar 2017 12:27:26 +0100 Subject: [PATCH] Oops, some automagic messages ended up on stderr --HG-- branch : minor --- platform/unix/automagic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/unix/automagic b/platform/unix/automagic index e1d2d4faf..23acf6266 100755 --- a/platform/unix/automagic +++ b/platform/unix/automagic @@ -34,11 +34,11 @@ print_errors() { } automagic() { - log "Copying files..." >&2 + log "Copying files..." cp platform/unix/configure.ac . cp platform/unix/Makefile.am . - log "Running genmodules..." >&2 + log "Running genmodules..." if ! print_errors bash platform/unix/genmodules "$1"; then echo "You should be doing this from the root directory of the project." exit 1