Skip to content

Commit

Permalink
Merge pull request #31 from doughdemon/master
Browse files Browse the repository at this point in the history
Build with musl libc.
  • Loading branch information
adrianlopezroche committed Nov 24, 2015
2 parents 863a19e + fe2d833 commit 95f7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdupes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ int main(int argc, char **argv) {
}
else
{
stdin = freopen("/dev/tty", "r", stdin);
freopen("/dev/tty", "r", stdin);
deletefiles(files, 1, stdin);
}
}
Expand Down

0 comments on commit 95f7b0d

Please sign in to comment.