[gnome-ostree] make: Correctly terminate without --shell
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] make: Correctly terminate without --shell
- Date: Tue, 30 Apr 2013 01:42:50 +0000 (UTC)
commit 9d6112bb289c32da8e78ddef4912afe6375a66e2
Author: Colin Walters <walters verbum org>
Date: Mon Apr 29 21:31:07 2013 -0400
make: Correctly terminate without --shell
src/js/builtins/make.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/builtins/make.js b/src/js/builtins/make.js
index 6233584..608da67 100644
--- a/src/js/builtins/make.js
+++ b/src/js/builtins/make.js
@@ -146,7 +146,7 @@ const Make = new Lang.Class({
this._tasksComplete = true;
if (!success)
this._err = err;
- if (this._shellComplete)
+ if (!this._shell || this._shellComplete)
this._loop.quit();
}
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]