mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Oops, some automagic messages ended up on stderr
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user