From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-362278-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Qh1Zg-0005Wv-Ve for garchives@archives.gentoo.org; Wed, 13 Jul 2011 15:42:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB302E011A; Wed, 13 Jul 2011 15:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C754E011A for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2011 15:41:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFB2D2AC248 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2011 15:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3DF778003D for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jul 2011 15:41:58 +0000 (UTC) From: "Paul Varner" <fuzzyray@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" <fuzzyray@gentoo.org> Message-ID: <e3bd1e011048d776b39e38308bc22c58b03c5c7f.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: bin/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: bin/revdep-rebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: e3bd1e011048d776b39e38308bc22c58b03c5c7f Date: Wed, 13 Jul 2011 15:41:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8ab3c86e0f2e847513530ba640ebd1f5 commit: e3bd1e011048d776b39e38308bc22c58b03c5c7f Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org> AuthorDate: Wed Jul 13 15:41:22 2011 +0000 Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org> CommitDate: Wed Jul 13 15:41:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi= t;a=3Dcommit;h=3De3bd1e01 Hardcode APP_NAME to revdep-rebuild --- bin/revdep-rebuild.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh index f00b791..abeed6b 100755 --- a/bin/revdep-rebuild.sh +++ b/bin/revdep-rebuild.sh @@ -17,7 +17,7 @@ unset GREP_OPTIONS =20 # Readonly variables: -declare -r APP_NAME=3D"${0##*/}" # The name of this application +declare -r APP_NAME=3D"revdep-rebuild" # # The name of this application declare -r VERSION=3D"svn" declare -r OIFS=3D"$IFS" # Save the IFS declare -r ENV_FILE=3D0_env.rr # Contains environment variables