Skip to content

Commit

Permalink
Let jake proceed if a man page cannot be copied
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita committed Apr 11, 2012
1 parent 73641cb commit 6293380
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common.jake
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,7 @@ global.copyManPage = function(/*String*/ name, /*int*/ section)
if (!FILE.isDirectory(manDir))
{
if (sudo(["mkdir", "-p", "-m", "0755", manDir]))
{
stream.print("\0red(Unable to create the man directory.\0)");
OS.exit(1);
}
}

if (sudo(["cp", "-f", pageFile, manDir]))
Expand Down

0 comments on commit 6293380

Please sign in to comment.