From owner-freebsd-commit Fri Oct 20 17:47:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26936 for freebsd-commit-outgoing; Fri, 20 Oct 1995 17:47:50 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26924 for cvs-all-outgoing; Fri, 20 Oct 1995 17:47:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26914 for cvs-bin-outgoing; Fri, 20 Oct 1995 17:47:39 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26905 ; Fri, 20 Oct 1995 17:47:35 -0700 Date: Fri, 20 Oct 1995 17:47:35 -0700 From: Joerg Wunsch Message-Id: <199510210047.RAA26905@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh miscbltin.c redir.c sh.1 Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/20 17:47:33 Modified: bin/sh miscbltin.c redir.c sh.1 Log: o rename ulimit -p into ulimit -u, so we are in agreement with bash o fix brokeness for 1>&5 redirection, where `5' was an invalid file descriptor, but no error message has been generated o fix brokeness for redirect to/from myself case