*BSD News Article 9790


Return to BSD News archive

Received: by minnie.vk1xwt.ampr.org with NNTP
	id AA6507 ; Sun, 10 Jan 93 11:19:03 EST
Newsgroups: comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!uunet!mcsun!sun4nl!relay.philips.nl!cnplss5!rooij
From: rooij@mozart.cft.philips.nl (G. van Rooij)
Subject: Re: kern_execve.c (patch)
Message-ID: <1993Jan12.160324.9675@cnplss5.cnps.philips.nl>
Keywords: patch kern_execve.c #!
Sender: news@cnplss5.cnps.philips.nl (USENET News System)
Nntp-Posting-Host: bashful
Organization: Philips Communications & Processing Services, Eindhoven
References: <1isforINNbb7@urmel.informatik.rwth-aachen.de>
Date: Tue, 12 Jan 1993 16:03:24 GMT
Lines: 9

Ah, so now my suid patches also will work well if you have as
your first line 
#!/bin/sh -
instead of 
#!/bin/sh
Since then the scriptname will nevber be usable as a command line
argument for the shell.

-Guido