Browse Source

fix the broken patch file

Signed-off-by: Penghui Liao <liaoishere@gmail.com>
pull/3/head
Penghui Liao 8 years ago
parent
commit
9c372d1509
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      helpers/auditshell_script.patch

+ 2
- 2
helpers/auditshell_script.patch View File

@ -89,7 +89,7 @@ index 242b815..778fbbe 100644
warn(_("cannot open %s"), fname);
fail();
}
@@ -239,8 +259,13 @@ main(int argc, char **argv) {
@@ -239,8 +259,15 @@ main(int argc, char **argv) {
shell = _PATH_BSHELL;
getmaster();
@ -106,7 +106,7 @@ index 242b815..778fbbe 100644
fixtty();
#ifdef HAVE_LIBUTEMPTER
@@ -495,8 +520,14 @@ done(void) {
@@ -495,8 +520,16 @@ done(void) {
master = -1;
} else {
tcsetattr(STDIN_FILENO, TCSADRAIN, &tt);


Loading…
Cancel
Save