Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2010 09:40:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/145447: commit references a PR
Message-ID:  <201006190940.o5J9e3HF069794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/145447; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/145447: commit references a PR
Date: Sat, 19 Jun 2010 09:33:24 +0000 (UTC)

 Author: brian
 Date: Sat Jun 19 09:33:11 2010
 New Revision: 209332
 URL: http://svn.freebsd.org/changeset/base/209332
 
 Log:
   Remove an unnecessary cat.
   
   PR:		145447
   Submitted by:	u at netbeisser dot de
   MFC after:	1 week
 
 Modified:
   head/release/scripts/ports-install.sh
 
 Modified: head/release/scripts/ports-install.sh
 ==============================================================================
 --- head/release/scripts/ports-install.sh	Sat Jun 19 09:21:34 2010	(r209331)
 +++ head/release/scripts/ports-install.sh	Sat Jun 19 09:33:11 2010	(r209332)
 @@ -8,5 +8,5 @@ if [ "`id -u`" != "0" ]; then
  	exit 1
  fi
  echo "Extracting ports tarball into ${DESTDIR}/usr"
 -cat ports.tgz | tar --unlink -xpzf - -C ${DESTDIR}/usr
 +tar --unlink -xpzf ports.tgz -C ${DESTDIR}/usr
  exit 0
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006190940.o5J9e3HF069794>