Browse Source

Oops, some automagic messages ended up on stderr

--HG--
branch : minor
Bart van Strien 8 years ago
parent
commit
3c29c26e7a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      platform/unix/automagic

+ 2 - 2
platform/unix/automagic

@@ -34,11 +34,11 @@ print_errors() {
 }
 }
 
 
 automagic() {
 automagic() {
-	log "Copying files..." >&2
+	log "Copying files..."
 	cp platform/unix/configure.ac .
 	cp platform/unix/configure.ac .
 	cp platform/unix/Makefile.am .
 	cp platform/unix/Makefile.am .
 
 
-	log "Running genmodules..." >&2
+	log "Running genmodules..."
 	if ! print_errors bash platform/unix/genmodules "$1"; then
 	if ! print_errors bash platform/unix/genmodules "$1"; then
 		echo "You should be doing this from the root directory of the project."
 		echo "You should be doing this from the root directory of the project."
 		exit 1
 		exit 1