X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=S/lznTiD6Sj5W31w3C95seLZ5ezFsk4arAXavHcY4lyYk7MmDEZlw AykOIu4jOWsKdXsdc1eypjltNtS+eJ3rMNOxUjz0vC2/dbWlP9oy+FapoxIqWCvr Lsq26JmKM0nHNFj+kW3Z1HzSbUVrU2IQUsoXKd66FK6jpIty9/8aAA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=Tmf6dSz083TjavGEMgrRYTYlM2c=; b=EelXkTYlpO2gOi/iZHvmuJ/J6tKp Q0gliLtCTN2nfQHt15tKCki330I8cQu+t+zN3ag+bBzBfxfGw56EGNf78kWaD6SI 9Z7p3Jn7wXXyU5TLBPEdodtrO0ZtCDZzID+HtH0bvxUJf/VVFj5eXQZm9IF5ISAp XAyX+SaTxy9lGTU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:sk:f65a9da, H*f:sk:5e23407 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: /bin/rebaselst: cannot create =?utf-8?b?L3Zhci9jYWNoZS9yZWJhc2UvcmViYXNlX2xzdDo=?= Permission denied Date: Fri, 8 Apr 2016 12:46:35 +0000 (UTC) Lines: 27 Message-ID: References: <065b7c7adc9b367aa54d7654d1e2550f AT xs4all DOT nl> <096364f9dabfcf3dcc897f9215839211 AT xs4all DOT nl> <5d6c68f960716ddc4fe3559da65999e4 AT xs4all DOT nl> <5e23407f4dcd2f4b406ca02e77986b58 AT xs4all DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Houder xs4all.nl> writes: > To verify, I removed my modification again ... > > --- a/drv/e/Setup/test/bin/rebaselst.orig > +++ b/drv/e/Setup/test/bin/rebaselst > -93,9 +93,14 check_file () { > echo "removing $1" > rm -f $1 > fi > +# if [ "$2" = "no" -a -e $1 ] ; then > +# echo "chmod 644 $1" > +# chmod 644 "$1" > +# fi > if [ ! -e "$1" ] ; then > echo "creating empty $1" > touch -t 7001010000 "$1" > + chmod 644 "$1" > fi > } For the final confirmation, please do the modification I asked you to do and not something else. The chmod was _after_ the fi in my patch. I sent a patch so that you wouldn't need to type things in manually on purpose. Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple