forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply upstream patch for --addbook option to fix bug #563864
Package-Manager: portage-2.2.20.1
- Loading branch information
Michael Sterrett
committed
Oct 23, 2015
1 parent
7173aef
commit 6bc7ece
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- trunk/src/main.cc 2015/10/17 13:52:22 127 | ||
+++ trunk/src/main.cc 2015/10/18 17:28:56 128 | ||
@@ -412,6 +412,7 @@ | ||
char data[9+MAXSTR+1+4]=""; | ||
sprintf( data, "book add %s\nquit", opt_addbook ); | ||
SendToEngine( data ); | ||
+ SET (flags, QUIT); | ||
} | ||
|
||
if ( opt_easy == 0 ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters