Date: Mon, 04 Jun 2012 09:26:45 +0400 From: Alexander Pyhalov <alp@rsu.ru> To: Jilles Tjoelker <jilles@stack.nl> Cc: Lars Engels <lars.engels@0x20.net>, freebsd-ports@FreeBSD.org Subject: Re: [ GSOC ] Differences in shell behaviour Message-ID: <4FCC4715.1030808@rsu.ru> In-Reply-To: <20120601150726.GA38814@stack.nl> References: <4E946838-4F3B-421A-839E-05E1A01464AB@FreeBSD.org> <20120601035349.GA97671@DataIX.net> <4FC8555E.3090802@rsu.ru> <20120601074308.GC39168@e-new.0x20.net> <20120601150726.GA38814@stack.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. On 06/01/2012 19:07, Jilles Tjoelker wrote: > If you do your experiments using scripts instead of in interactive mode, > they should work in 8.x as well as in 9.x. > Thank you for clarification. Yes, it works as expected in scripts on 8.3 and 7.4: > cat 1.sh #!/bin/sh false & pid=$! echo "I forgot about child" sleep 3 wait $pid echo $? > sh 1.sh I forgot about child 1 -- Best regards, Alexander Pyhalov, system administrator of Computer Center of Southern Federal University
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FCC4715.1030808>