From 09b1eee5d02ff4d727e85f651e13fa0c18b93709 Mon Sep 17 00:00:00 2001 From: Cheer Xiao Date: Sun, 16 Dec 2012 12:23:24 +0800 Subject: Random fixes to comments. --- exec.cpp | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'exec.cpp') diff --git a/exec.cpp b/exec.cpp index 4a2d0419..5013d96c 100644 --- a/exec.cpp +++ b/exec.cpp @@ -2,7 +2,7 @@ Functions for executing a program. Some of the code in this file is based on code from the Glibc - manual, though I the changes performed have been massive. + manual, though the changes performed have been massive. */ #include "config.h" @@ -913,20 +913,8 @@ void exec(parser_t &parser, job_t *j) /* FIXME: - When - requesting - that - stdin - be - closed, - we - really - don't - do - anything. How - should - this - be + When requesting that stdin be closed, we + really don't do anything. How should this be handled? */ builtin_stdin = -1; -- cgit v1.2.3